Adds adlio/schema (#2735)

* Adds adlio/schema

Adds github.com/adlio/schema.

* Adds missing period.

Doh!
This commit is contained in:
Aaron Longwell 2019-09-26 09:26:42 -07:00 committed by Ceriath
parent d5192cb4c7
commit 9b0e6950e8

View File

@ -425,6 +425,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.
* [schema](https://github.com/adlio/schema) - Library to embed schema migrations for database/sql-compatible databases inside your Go binaries.
* [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.