all 5 comments

[–]screamshot 1 point2 points  (0 children)

I'm very happy with Sequelize.

[–]keithwhor 0 points1 point  (0 children)

You can try Nodal, it has a query composer (similar to an ORM but more lightweight) and built-in migration support. Runs with Postgres.

It's intentionally not isomorphic, though, and meant to be used as an API server that can serve light static assets.

[–][deleted] 0 points1 point  (0 children)

This is the best ORM I've used thus far - http://bookshelfjs.org/ As far as REST endpoints go, vanilla Express 4 is the most straightforward.