Merge pull request #46 from lpinca/add/jugglingdb

Add JugglingDB to ODM / ORM
This commit is contained in:
Sindre Sorhus
2014-07-29 06:25:14 -07:00

View File

@@ -292,6 +292,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [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. - [Bookshelf](http://bookshelfjs.org/) - A Node.js ORM for PostgreSQL, MySQL and SQLite3 in the style of Backbone.js.
- [JugglingDB](https://github.com/1602/jugglingdb) - Multi-database ORM: Redis, MongoDB, MySQL, SQLite, PostgreSQL, Neo4j, memory... Many databases, common API.
- [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