Hacker News new | ask | show | jobs
by eventemitter 3698 days ago
Relared ORM is another orm supporting postgres and mysql. It builds the models by itself by loading the required definitions from the database. https://www.npmjs.com/package/related
1 comments

I'll have to give that a shot, seems like a nice compromise between fully automated solutions like Postgrest and a conventional ORM.