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:
parent
015a5a100f
commit
7130dea47b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue