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
How to Generate Entities from an Existing Database in D language ORM?
Eliatto via Digitalmars-d-learn Mon, 15 Feb 2016 06:36:07 -0800
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.
- How to Generate Entities from an Existing ... Eliatto via Digitalmars-d-learn
- Re: How to Generate Entities from an ... ZardoZ via Digitalmars-d-learn