How to Generate Entities from an Existing Database in D language ORM?

Eliatto via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Feb 15 06:33:24 PST 2016


Hello! I've found the following C++/Qt project: 
http://www.treefrogframework.org/
It contains ORM. Treefrog can generate model stubs from the 
existing database.
Is it possible to do the same in any D language ORM library?
BTW, similar situation was discussed here: 
http://programmers.stackexchange.com/questions/299715/using-orms-in-two-separate-programs-which-share-a-db


More information about the Digitalmars-d-learn mailing list