Any Postgres compatible ORM for Node.js? [closed] Any Postgres compatible ORM for Node.js? [closed] postgresql postgresql

Any Postgres compatible ORM for Node.js? [closed]


node-orm2 looks good: supports association, validators, and mysql, postgres, and mongo (in beta)

UPDATE: The node-orm2 package is no longer maintained. Possible alternatives include bookshelf or sequelize.


SequelizeJS - models, validation and migrations

BookshelfJS - a promise based ORM looks quite promising


JugglingDB - multidatabase ORM inspired by activerecord and datamapper. Supports validations, hooks, relations. Works with: mysql, postgres, sqlite, memory, redis, mongodb, neo4j.

Not production ready now (march 2012), but growing fast. I plan stable release soon.