[std.database] at compile time

Adam D. Ruppe destructionator at gmail.com
Fri Oct 14 15:06:28 PDT 2011


On Fri, Oct 14, 2011 at 11:58:45PM +0200, dennis luehring wrote:
> what about data/fields that don't comes out of the model?

My database.d does this:

1) You can create simple table classes from create table

2) You can do a query into a dynamic object


So if you are doing something that can't be statically
checked, that's ok, the dynamic object fills in the rest.



More information about the Digitalmars-d mailing list