From 7130dea47bb23e541ebf83bffe50dd6fda8e37b3 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Mon, 28 Jul 2014 18:37:25 +0200 Subject: [PATCH] Add JugglingDB to ODM / ORM --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 300239a..61dfc0e 100644 --- a/readme.md +++ b/readme.md @@ -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