Proposal: Database Engine for D

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Sat Jan 2 11:48:26 PST 2016


On 2016-01-02 19:37, Sebastiaan Koppe wrote:

> Well, you can also generate the structs and specific serialization code.
> And depending on how advanced your dsl you can also auto generate
> database migration code. There are propably tons of other stuff you can
> do with it.
>
> All in all much better than extending the language.

I would rather to the opposite. Generate the necessary SQL for a 
migration based on a struct, not the other way around.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list