Add Aerospike DB client (#540)

This commit is contained in:
Jan Hecking
2016-07-03 05:00:04 +08:00
committed by Sindre Sorhus
parent 9edd271a10
commit f8f4b565f0

View File

@@ -547,6 +547,7 @@
- [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. - [nano](https://github.com/dscape/nano) - CouchDB client.
- [Aerospike](https://github.com/aerospike/aerospike-client-nodejs) - Aerospike 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.