Merge pull request #28 from lpinca/add/bookshelf

Add Bookshelf to ODM / ORM
This commit is contained in:
Sindre Sorhus
2014-07-19 19:58:26 +02:00

View File

@@ -260,6 +260,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
- [Bookshelf](http://bookshelfjs.org/) - A Node.js ORM for PostgreSQL, MySQL and SQLite3 in the style of Backbone.js.
- [Mongoose](http://mongoosejs.com/) - Elegant MongoDB object modeling for Node.js. - [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.
- Query builder - Query builder