From 4d9519b1e8902082e222d479dd8bafe4d235a6b6 Mon Sep 17 00:00:00 2001 From: siddontang Date: Wed, 24 Dec 2014 14:28:40 +0800 Subject: [PATCH] Add: go-mysql, a database toolset for mysql --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5a2e308..68390cb6 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Database tools.* +* [go-mysql](https://github.com/siddontang/go-msqy) - A go toolset to handle MySQL protocol and replication. * [pgweb](https://github.com/sosedoff/pgweb) - A web-based PostgreSQL database browser * [vitess](https://github.com/youtube/vitess) - vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services.