PostgreSQL table migration
PG-Migrate
A cross-platform PostgreSQL migration tool built with Rust, Tauri, and React. PG-Migrate moves tables, schemas, and records between databases with a focus on speed, safety, and repeatability.
- Optimized batch writing and keyset pagination for fast, consistent migration of large datasets.
- Schema remapping, foreign-key-aware table ordering, and sequence synchronization for safe cross-database cloning.
- Non-destructive migration options with conflict-safe behavior and optional target truncation.