Adding RichardKnop/go-fixtures (#1154)

* Adding AreaHQ/go-fixtures

* Update README.md
This commit is contained in:
Richard Knop 2017-06-20 18:44:10 +01:00 committed by Avelino
parent 629c19da7d
commit 453d8347fb

View File

@ -287,6 +287,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Database schema migration.*
* [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.
* [goose](https://github.com/steinbacher/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/mattes/migrate) - Database migrations. CLI and Golang library.