From a16e35d4cfa5de0c22db1702c1fa07cb7aed67b2 Mon Sep 17 00:00:00 2001 From: mashuai Date: Fri, 16 Oct 2015 16:22:38 +0800 Subject: [PATCH] add migrate to Database tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e894f2f..05f6f0c4 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. * [kingshard](https://github.com/flike/kingshard) - kingshard is a high performance proxy for MySQL powered by Golang. +* [migrate](https://github.com/mattes/migrate) - Database migration handling in Golang support MySQL,PostgreSQL,Cassandra and SQLite. * [myreplication](https://github.com/2tvenom/myreplication) - MySql binary log replication listener. Support statement and row based replication. * [orchestrator](https://github.com/outbrain/orchestrator) - MySQL replication topology manager & visualizer * [pgweb](https://github.com/sosedoff/pgweb) - A web-based PostgreSQL database browser