diff --git a/README.md b/README.md index 23209a90..3eeb3eed 100644 --- a/README.md +++ b/README.md @@ -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.