From e82c951c31b5ac13453cc674d2b67d79e96a296c Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sun, 13 Jul 2014 16:12:00 +0200 Subject: [PATCH] Add MongoDB to Database --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5968b9d..62da293 100644 --- a/readme.md +++ b/readme.md @@ -250,6 +250,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Database - [LevelUP](https://github.com/rvagg/node-levelup) - LevelDB, Node.js style. +- [MongoDB](https://github.com/mongodb/node-mongodb-native) - Native MongoDB driver for Node.js. - [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. - [Sequelize](https://github.com/sequelize/sequelize) - Multi-dialect ORM. Supports SQLite, MySQL, PostgreSQL.