From da1593580e124aaa0a29d83c051ff10a901f02e9 Mon Sep 17 00:00:00 2001 From: Aaron H Date: Fri, 22 Apr 2016 08:15:37 +0700 Subject: [PATCH] Add nano Added nano, a minimalistic CouchDB driver for Node.js. Closes #492 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 8ecd669..5976415 100644 --- a/readme.md +++ b/readme.md @@ -534,6 +534,7 @@ - [PostgreSQL](https://github.com/brianc/node-postgres) - PostgreSQL client. Pure JavaScript and native libpq bindings. - [MySQL](https://github.com/felixge/node-mysql) - MySQL client. - [Redis](https://github.com/luin/ioredis) - Redis client. + - [nano](https://github.com/dscape/nano) - CouchDB client. - ODM / ORM - [Bookshelf](http://bookshelfjs.org) - ORM for PostgreSQL, MySQL and SQLite3 in the style of Backbone.js. - [Massive](https://github.com/robconery/massive-js) - PostgreSQL data access tool.