From 48832490560f11c97ee1473175027bba18cce59c Mon Sep 17 00:00:00 2001 From: David Muir Sharnoff Date: Tue, 29 Mar 2022 22:43:44 -0700 Subject: [PATCH] add libschema --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f300c4a7..f7cad091 100644 --- a/README.md +++ b/README.md @@ -705,6 +705,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [godfish](https://github.com/rafaelespinoza/godfish) - Database migration manager, works with native query language. Support for cassandra, mysql, postgres, sqlite3. - [goose](https://github.com/pressly/goose) - Database migration tool. You can manage your database's evolution by creating incremental SQL or Go scripts. - [gormigrate](https://github.com/go-gormigrate/gormigrate) - Database schema migration helper for Gorm ORM. +- [libschema](https://github.com/muir/libschema) - Define your migrations separately in each libary. Migrations for open source libraries. MySQL & PostgreSQL. - [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. - [migrator](https://github.com/larapulse/migrator) - MySQL database migrator designed to run migrations to your features and manage database schema update with intuitive go code.