From e610404d983d045ce189bebad7e5bd2c2bcd2adb Mon Sep 17 00:00:00 2001 From: pt9912 <104082404+pt9912@users.noreply.github.com> Date: Thu, 30 Apr 2026 10:24:14 +0200 Subject: [PATCH] Add d-migrate to data migration tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8b3381..7f57248 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ For more information about the above compiled landscape for 2025, please refer t ### Data Migration - [DBmate](https://github.com/amacneil/dbmate) - A lightweight, framework-agnostic database migration tool. +- [d-migrate](https://github.com/pt9912/d-migrate) - A database-independent CLI tool for schema migration, reverse engineering, and streaming data transfer across PostgreSQL, MySQL, and SQLite - [Ingestr](https://github.com/bruin-data/ingestr) - A CLI tool to copy data between any databases with a single command - [Sling](https://github.com/slingdata-io/sling-cli) - A CLI tool to transfer data from a source to target storage/database