Migration¶
runic.migrate is an Alembic-style schema migration engine for FalkorDB.
It tracks every change to your graph’s indexes and constraints as a versioned,
replayable script and gives you a CLI to apply, roll back, inspect, and test
those changes safely.
Migration
Migration quickstart
Install runic, run runic init, write your first migration, and
apply it — all in one page.
CLI reference
Every command, option, and flag documented with examples.
Operations reference
Full list of op.* calls available inside migration scripts.
Migration API reference
runic.migrate — programmatic migration engine API.
Tutorial