Hacker News new | ask | show | jobs
by juzfoo 4662 days ago
What is the ORM/Driver that anyone here would suggest to go with Express/Node.js while working with postgres?

Also, any libraries similar to ruby gem "apartment" that would make multitenancy with postgres easier in node.js world?

1 comments

For what it's worth, Node's ORM packages seemed fairly immature, either lacking support for migrations, relations, just being awkward to work with, or lacking some other functionality I had grown accustomed to.

Bookshelf (http://bookshelfjs.org/) seemed quite nice though, but by the time I got around to it I decided my project wasn't very interesting anyways ;)