From 7d91f2c75721453a42f7ba23edcc81af61977a85 Mon Sep 17 00:00:00 2001 From: Evan Elias Date: Thu, 19 Sep 2019 19:37:42 -0400 Subject: [PATCH] Add Skeema to section for database schema migration (#2702) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32dc0bee..b7e6a304 100644 --- a/README.md +++ b/README.md @@ -423,6 +423,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [migrate](https://github.com/golang-migrate/migrate) - Database migrations. CLI and Golang library. * [migrator](https://github.com/lopezator/migrator) - Dead simple Go database migration library. * [pravasan](https://github.com/pravasan/pravasan) - Simple Migration tool - currently for MySQL but planning to soon support Postgres, SQLite, MongoDB, etc. +* [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.