From 43245454ad3c9287c4ceafadbabb5781d026ab8d Mon Sep 17 00:00:00 2001 From: Sergey Podgornyy Date: Sat, 17 Apr 2021 11:42:32 +0200 Subject: [PATCH] Add larapulse/migrator to the Database migrators list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1665bb49..555b344b 100644 --- a/README.md +++ b/README.md @@ -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.