[std.database] at compile time

Adam D. Ruppe destructionator at gmail.com
Mon Oct 17 11:27:05 PDT 2011


Justin Whear:

That's very similar to what I wrote in my database.d

https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff

Mine is super hacky, but hey, it works for me. I write up my tables
as .sql files anyway so it's no added hassle.

Then the mysql.queryDataObject function can create a dynamic
object for a query. It works reasonably well.


More information about the Digitalmars-d mailing list