diff --git a/README.md b/README.md index 38c17dff..15c66a70 100644 --- a/README.md +++ b/README.md @@ -511,6 +511,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [skeema](https://github.com/skeema/skeema) - Pure-SQL schema management system for MySQL, with support for sharding and external online schema change tools. * [soda](https://github.com/gobuffalo/pop/tree/master/soda) - Database migration, creation, ORM, etc... for MySQL, PostgreSQL, and SQLite. * [sql-migrate](https://github.com/rubenv/sql-migrate) - Database migration tool. Allows embedding migrations into the application using go-bindata. +* [sqlize](https://github.com/sunary/sqlize) - Database migration generator. Allows generate sql migration from model and existing sql by differ them. *Database tools.*