From bf73c405efcbbb14e64fe69ccbff4a9df30dab53 Mon Sep 17 00:00:00 2001 From: Pavel Ven Gulbin <2tvenom@gmail.com> Date: Fri, 27 Feb 2015 12:13:54 +0300 Subject: [PATCH 1/2] DB tools 2tvenom/myreplication --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3bf7e7..35f6efe 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *Database tools.* * [go-mysql](https://github.com/siddontang/go-mysql) - A go toolset to handle MySQL protocol and replication. +* [myreplication](https://github.com/2tvenom/myreplication) - MySql binary log replication listener. Support statement and row based replication. * [go-mysql-elasticsearch](https://github.com/siddontang/go-mysql-elasticsearch) - Sync your MySQL data into Elasticsearch automatically. * [pgweb](https://github.com/sosedoff/pgweb) - A web-based PostgreSQL database browser * [pravasan](https://github.com/pravasan/pravasan) - Simple Migration tool - currently for MySQL but planning to support soon for Postgres, SQLite, MongoDB, etc., From e7a7faa92087aba34b39b2ed54d3d8dee0107080 Mon Sep 17 00:00:00 2001 From: Pavel Ven Gulbin <2tvenom@gmail.com> Date: Mon, 2 Mar 2015 11:31:23 +0300 Subject: [PATCH 2/2] DB tools 2tvenom/myreplication alphabetize --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35f6efe..dc9b195 100644 --- a/README.md +++ b/README.md @@ -148,8 +148,8 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *Database tools.* * [go-mysql](https://github.com/siddontang/go-mysql) - A go toolset to handle MySQL protocol and replication. -* [myreplication](https://github.com/2tvenom/myreplication) - MySql binary log replication listener. Support statement and row based replication. * [go-mysql-elasticsearch](https://github.com/siddontang/go-mysql-elasticsearch) - Sync your MySQL data into Elasticsearch automatically. +* [myreplication](https://github.com/2tvenom/myreplication) - MySql binary log replication listener. Support statement and row based replication. * [pgweb](https://github.com/sosedoff/pgweb) - A web-based PostgreSQL database browser * [pravasan](https://github.com/pravasan/pravasan) - Simple Migration tool - currently for MySQL but planning to support soon for Postgres, SQLite, MongoDB, etc., * [vitess](https://github.com/youtube/vitess) - vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services.