@nhtio/adk/batteries/vector/migrate
Knex-style migration runner for the vector battery.
Classes
| Class | Description |
|---|---|
| VectorMigrator | Knex-style migration runner: applies pending migrations forward and rolls the last one back. |
Interfaces
| Interface | Description |
|---|---|
| MigrationLedger | Persistence for which migrations have run; backed by a store-provided implementation. |
| VectorMigrateOptions | Construction options for a VectorMigrator. |
| VectorMigration | A single migration module: a name plus its forward (up) and reverse (down) steps. |
| VectorMigrationContext | The context passed to each migration's up/down — exposes the schema builder. |