From d61574614d8294b4014d3d0aa2e9edfe57c4b42d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B4nio=20Roberto=20Silva?= Date: Fri, 17 Apr 2015 23:57:37 -0300 Subject: [PATCH 1/2] added goose migration tool to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5775bcc9..99f3810c 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [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. +* [goose](https://bitbucket.org/liamstask/goose) - Database migration tool. You can manage your database's evolution by creating incremental SQL or Go scripts. *SQL query builder, libraries for building and using SQL.* From 74562dff56a123a2d7e63f523ce93f3852e70f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B4nio=20Roberto?= Date: Sat, 18 Apr 2015 00:53:09 -0300 Subject: [PATCH 2/2] fix tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99f3810c..5fdced6d 100644 --- a/README.md +++ b/README.md @@ -175,11 +175,11 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [go-mysql](https://github.com/siddontang/go-mysql) - A go toolset to handle MySQL protocol and replication. * [go-mysql-elasticsearch](https://github.com/siddontang/go-mysql-elasticsearch) - Sync your MySQL data into Elasticsearch automatically. +* [goose](https://bitbucket.org/liamstask/goose) - Database migration tool. You can manage your database's evolution by creating incremental SQL or Go scripts. * [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. -* [goose](https://bitbucket.org/liamstask/goose) - Database migration tool. You can manage your database's evolution by creating incremental SQL or Go scripts. *SQL query builder, libraries for building and using SQL.*