From 31cab2625766e2b9b501482d2f34c3e2038b9d2c Mon Sep 17 00:00:00 2001 From: Robert Herhold Date: Tue, 16 May 2017 08:34:11 -0400 Subject: [PATCH] Update MySQL driver URL (#687) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5fe4273..d323e78 100644 --- a/readme.md +++ b/readme.md @@ -586,7 +586,7 @@ Just type [`node.cool`](https://node.cool) to go here ✨ - [PostgreSQL](https://github.com/brianc/node-postgres) - PostgreSQL client. Pure JavaScript and native libpq bindings. - [Redis](https://github.com/luin/ioredis) - Redis client. - [LevelUP](https://github.com/Level/levelup) - LevelDB. - - [MySQL](https://github.com/felixge/node-mysql) - MySQL client. + - [MySQL](https://github.com/mysqljs/mysql) - MySQL client. - [nano](https://github.com/dscape/nano) - CouchDB client. - [Aerospike](https://github.com/aerospike/aerospike-client-nodejs) - Aerospike client. - [Couchbase](https://github.com/couchbase/couchnode) - Couchbase client.