From a8406bd8d0035b0f4434720642a53bb9955eb499 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Tue, 15 Jul 2014 08:58:31 +0200 Subject: [PATCH] Add Mongoose to ODM / ORM --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index fdc6930..dbf77a0 100644 --- a/readme.md +++ b/readme.md @@ -257,6 +257,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. - [Redis](https://github.com/mranney/node_redis) - Redis client for Node.js. - ODM / ORM + - [Mongoose](http://mongoosejs.com/) - Elegant MongoDB object modeling for Node.js. - [Sequelize](https://github.com/sequelize/sequelize) - Multi-dialect ORM. Supports SQLite, MySQL, PostgreSQL.