1
0
Fork 0
mirror of https://github.com/sindresorhus/awesome-nodejs.git synced 2024-11-20 11:27:17 -05:00

Add JugglingDB to ODM / ORM

This commit is contained in:
Luigi Pinca 2014-07-28 18:37:25 +02:00
parent 015a5a100f
commit 7130dea47b

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.
- ODM / ORM
- [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.
- [Sequelize](https://github.com/sequelize/sequelize) - Multi-dialect ORM. Supports SQLite, MySQL, PostgreSQL.
- Query builder