Copies every row from a PostgreSQL database into a MySQL/MariaDB database that has the same Prisma schema. Built to migrate your project off Postgres, but the approach is generic: drop in any Prisma schema, split it into a postgresql source and a mysql target, and this script will move the data.
javascript typescript js postgresql psql ts mariadb migrator export-database import-database database-importer migrator-test migrators migrator-script script-migrator database-exporter
-
Updated
Jul 6, 2026 - TypeScript