dresende / node-orm2

Object Relational Mapping
http://github.com/dresende/node-orm2
MIT License
3.07k stars 379 forks source link

Database first approach #779

Closed denkomanceski closed 7 years ago

denkomanceski commented 7 years ago

Is it possible to have a db design (lets say a pgmodeler .dbm file), and than have a model generated by this module, so we wont have to programatically set the relationships between the models ? I know that .NET Entity Framework has this, so I am asking if there is something similar for nodejs

Regards

dxg commented 7 years ago

Not at this stage. Pull requests welcome.