mirror of
https://github.com/avelino/awesome-go.git
synced 2025-01-31 04:48:53 +00:00
Add Skeema to section for database schema migration (#2702)
This commit is contained in:
parent
25f9262a08
commit
7d91f2c757
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user