Focused on the work that matters.
- COPY-protocol bulk loading with idempotent resume from per-batch checkpoints
- Consistent snapshots, including lock-free alignment for parallel table workers
- Dry-run planning that scans data quality: zero dates, NUL bytes, invalid enums, orphaned foreign keys
- Data-driven type decisions for UUID and unsigned-bigint columns, kept consistent across foreign keys
- pgloader-inspired cast rules, schema-only/data-only phases, and comment migration
- Fail-closed conversions with actionable errors and a manual-work DDL file
- Live progress in a web UI via server-sent events, resumable from CLI or browser