Add Mongoose to ODM / ORM

This commit is contained in:
Luigi Pinca
2014-07-15 08:58:31 +02:00
parent 398b3a9f82
commit a8406bd8d0

View File

@@ -257,6 +257,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [MySQL](https://github.com/felixge/node-mysql) - A pure Node.js JavaScript Client implementing the MySQL protocol. - [MySQL](https://github.com/felixge/node-mysql) - A pure Node.js JavaScript Client implementing the MySQL protocol.
- [Redis](https://github.com/mranney/node_redis) - Redis client for Node.js. - [Redis](https://github.com/mranney/node_redis) - Redis client for Node.js.
- ODM / ORM - ODM / ORM
- [Mongoose](http://mongoosejs.com/) - Elegant MongoDB object modeling for Node.js.
- [Sequelize](https://github.com/sequelize/sequelize) - Multi-dialect ORM. Supports SQLite, MySQL, PostgreSQL. - [Sequelize](https://github.com/sequelize/sequelize) - Multi-dialect ORM. Supports SQLite, MySQL, PostgreSQL.