What's new in v0.1.0

v0.1.0 May 20, 2026

First tracked release. Early beta. Earlier history not recorded — see git log for changes prior to release-tracker adoption.

Smart Data Migration

1
2
3
4
5

Smart Export

Export data with schema metadata

Creates a JSON file containing all your data plus schema information. This format allows smart import into databases with different structures.

Export is disabled.

Smart Import

Import data from a different database structure

Upload a Smart Export JSON file. The system will analyze schema differences, let you review column mappings, and import data with automatic ID remapping.

How Smart Migration Works

  • Export bundles your data with schema metadata (column names, types, foreign keys).
  • On import the system compares the exported schema with your current database.
  • You can review and adjust column mappings for renamed or restructured columns.
  • Foreign-key relationships are remapped to the new auto-increment IDs.
  • Self-references and circular FKs are handled with deferred updates.
Powered by Codenzia
✓ Thanks! We read every message.