Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/store-sqlite / / listMigrations
Function: listMigrations()
ts
function listMigrations(): readonly Migration[];Defined in: packages/store-sqlite/src/migrations/registry.ts:81
Returns the full ordered migration list (built-ins + any registered dynamic migrations). Sorted by version. Verifies that no two entries share the same version.
Returns
readonly Migration[]