From bad30b549d4674e16755f5fdc1ce1a2028a1b49e Mon Sep 17 00:00:00 2001 From: Dale Hui Date: Sun, 2 Jul 2023 22:22:38 -0700 Subject: [PATCH] Mention migradaptor migradaptor can be used to migrate from other db migration tools to golang-migrate https://github.com/golang-migrate/migrate/issues/940#issuecomment-1611712379 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3beed0076..c26999424 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,11 @@ Each migration has an up and down migration. [Why?](FAQ.md#why-two-separate-file [Best practices: How to write migrations.](MIGRATIONS.md) +## Coming from another db migration tool? + +Check out [migradaptor](https://github.com/musinit/migradaptor/). +*Note: migradaptor is not affliated or supported by this project* + ## Versions Version | Supported? | Import | Notes