From b5838ad9d5ec0271cac006b06f4f28d7a7056841 Mon Sep 17 00:00:00 2001 From: Ruben Vermeersch Date: Sat, 9 May 2015 22:23:47 +0200 Subject: [PATCH] Add sql-migrate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52cc1a7f..53a9b867 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [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., +* [sql-migrate](https://github.com/rubenv/sql-migrate) - Database migration tool. Allows embedding migrations into the application using go-bindata. * [vitess](https://github.com/youtube/vitess) - vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services. *SQL query builder, libraries for building and using SQL.*