From ea075d66d295989377cebaf7b249b742c921603a Mon Sep 17 00:00:00 2001 From: Rafael Espinoza Date: Sun, 27 Feb 2022 18:10:10 -0800 Subject: [PATCH] Add godfish to database schema migration section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 35510fa8..c7b1ee1b 100644 --- a/README.md +++ b/README.md @@ -606,6 +606,7 @@ _Database schema migration._ - [go-pg-migrate](https://github.com/lawzava/go-pg-migrate) - CLI-friendly package for go-pg migrations management. - [go-pg-migrations](https://github.com/robinjoseph08/go-pg-migrations) - A Go package to help write migrations with go-pg/pg. - [goavro](https://github.com/linkedin/goavro) - A Go package that encodes and decodes Avro data. +- [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. - [migrate](https://github.com/golang-migrate/migrate) - Database migrations. CLI and Golang library.