简体   繁体   中英

PostgreSQL equivalent to MongoDB's Mongoose?

I'm using PostgreSQL for a project, and for that I need a SQL database.

Anyone knows what's PostgreSQL equivalent to MongoDB's Mongoose?

you can try Sequelize for PostgreSQL

It depends on what you are coding in. Mongoose is an ODM or object data modelling tool for Node.js.

Those object modelling tools are typically tied to a particular language or framework. In Java, one might use Hibernate. In Django, there is a custom ORM (swap data for relational). With Node, one might use a tool like Sequalize.

Sequalize is probably the answer you are looking for.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM