Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/store-sqlite / / registerMigration
Function: registerMigration()
ts
function registerMigration(migration): void;Defined in: packages/store-sqlite/src/migrations/registry.ts:107
Register a runtime-supplied migration. Used by downstream packages that want to ship their schema alongside the bundled set without forking this package.
Parameters
| Parameter | Type |
|---|---|
migration | Migration |
Returns
void