mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add larapulse/migrator to the Database migrators list
This commit is contained in:
parent
4828112d8a
commit
43245454ad
@ -490,6 +490,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [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.
|
||||
* [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.
|
||||
* [pravasan](https://github.com/pravasan/pravasan) - Simple Migration tool - currently for MySQL but planning to soon support Postgres, SQLite, MongoDB, etc.
|
||||
* [schema](https://github.com/adlio/schema) - Library to embed schema migrations for database/sql-compatible databases inside your Go binaries.
|
||||
* [skeema](https://github.com/skeema/skeema) - Pure-SQL schema management system for MySQL, with support for sharding and external online schema change tools.
|
||||
|
Loading…
Reference in New Issue
Block a user