Skip to content

Graphorin API reference v0.13.8


Graphorin API reference / @graphorin/store-sqlite / / RunMigrationsOptions

Interface: RunMigrationsOptions

Defined in: packages/store-sqlite/src/migrations/runner.ts:23

Internal

Tuning knobs for runMigrations. Only upTo exists so far and it is test-only.

Properties

PropertyModifierTypeDescriptionDefined in
upTo?readonlystringInternal Stop after this version (inclusive) - later migrations stay pending. Test-only: lets a suite build a database frozen at a historical schema and then exercise the upgrade path across a specific migration. Not for production use; a partially-migrated database is not a supported runtime state.packages/store-sqlite/src/migrations/runner.ts:33