Expand description
Schema migration runner — 4.0 → current chain.
Each step is atomic: BEGIN IMMEDIATE … COMMIT. Any failure rolls back the entire step and returns an error — no half-migrated state.
Functions§
- run_
migrations - Run all pending migrations on
db_path. Idempotent if already at target. Returns the list of migration steps executed.