Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ORM for postgresql/node.js

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.

like image 519
nrph Avatar asked Mar 20 '12 00:03

nrph


2 Answers

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.

like image 184
Anatoliy Avatar answered Sep 27 '22 22:09

Anatoliy


Look at this ORM: https://npmjs.org/package/bookshelf (for big db) https://npmjs.org/package/light-orm (for simple db)

like image 42
Oleksandr Knyga Avatar answered Sep 27 '22 22:09

Oleksandr Knyga