added goose migration tool to list

This commit is contained in:
Antônio Roberto Silva 2015-04-17 23:57:37 -03:00
parent d763d00c29
commit d61574614d

View File

@ -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 * [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., * [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. * [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.* *SQL query builder, libraries for building and using SQL.*