From f8f4b565f0a4a65e1c84cb157882f440cc0ce89b Mon Sep 17 00:00:00 2001 From: Jan Hecking Date: Sun, 3 Jul 2016 05:00:04 +0800 Subject: [PATCH] Add Aerospike DB client (#540) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index cd54137..9879ad4 100644 --- a/readme.md +++ b/readme.md @@ -547,6 +547,7 @@ - [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. + - [Aerospike](https://github.com/aerospike/aerospike-client-nodejs) - Aerospike 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.