From df3af150a5de702ea266d89ed26ca002f4946c0b Mon Sep 17 00:00:00 2001 From: Law Zava Date: Fri, 22 Jan 2021 05:56:55 +0200 Subject: [PATCH] Added go-pg-migrate link (#3452) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09351722..f8cb299e 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [avro](https://github.com/khezen/avro) - Discover SQL schemas and convert them to AVRO schemas. Query SQL records into AVRO bytes. * [darwin](https://github.com/GuiaBolso/darwin) - Database schema evolution library for Go. * [go-fixtures](https://github.com/RichardKnop/go-fixtures) - Django style fixtures for Golang's excellent built-in database/sql library. +* [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. * [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.