Reputation: 335
Node.js community is very active. There are at least several libraries for postgresql / ORM.
Right now - march, 2012, I am looking for the one which is mature enough, production ready and similar to Mongoose.
Please share if you had any real experiences with them.
Yes, I've seen this question and dozen others.
Upvotes: 6
Views: 4446
Reputation: 942
typeorm is an orm that supports various databases. this orm supports migrations(for me it is very important feature). Also it supports typescript
Upvotes: 0
Reputation: 615
sequelizejs is an ORM that supports various SQL databases in nodejs ; currently this url this documentation : Sequelizejs ORM For Nodejs
Upvotes: 0
Reputation: 15018
sails.js is the most popular MVC framework for node.js, and has support for postgres and a dozen other databases. sails.js is used in production for thousands of web applications, and is definitely worth looking into.
Upvotes: 0
Reputation: 633
Look at this ORM: https://npmjs.org/package/bookshelf (for big db) https://npmjs.org/package/light-orm (for simple db)
Upvotes: 1
Reputation: 30103
Have you checked jugglingdb? Not production ready yet, but growing fast. I'm maintainer of this project, so feel free to ask any questions you have.
Upvotes: 3