6 ms·
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 "apartmen
by juzfoo 13y 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?
- netghost 13y agoFor 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/ 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 ;)