Added nano, a minimalistic CouchDB driver for Node.js.

Closes #492
This commit is contained in:
Aaron H
2016-04-22 08:15:37 +07:00
committed by Sindre Sorhus
parent f996170cba
commit da1593580e

View File

@@ -534,6 +534,7 @@
- [PostgreSQL](https://github.com/brianc/node-postgres) - PostgreSQL client. Pure JavaScript and native libpq bindings. - [PostgreSQL](https://github.com/brianc/node-postgres) - PostgreSQL client. Pure JavaScript and native libpq bindings.
- [MySQL](https://github.com/felixge/node-mysql) - MySQL client. - [MySQL](https://github.com/felixge/node-mysql) - MySQL client.
- [Redis](https://github.com/luin/ioredis) - Redis client. - [Redis](https://github.com/luin/ioredis) - Redis client.
- [nano](https://github.com/dscape/nano) - CouchDB client.
- ODM / ORM - ODM / ORM
- [Bookshelf](http://bookshelfjs.org) - ORM for PostgreSQL, MySQL and SQLite3 in the style of Backbone.js. - [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. - [Massive](https://github.com/robconery/massive-js) - PostgreSQL data access tool.