mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add libschema
This commit is contained in:
parent
dc659b6353
commit
4883249056
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user