mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-13 11:14:37 -05:00
Add godfish to database schema migration section
This commit is contained in:
parent
7565de3fa2
commit
ea075d66d2
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue