IDatabaseService.migrate(): Promise<void>
Programmatic migrations are unsupported by the current adapters. Each ORM
owns schema migration through its own CLI, so this rejects with
UnsupportedMigrationError.
IDatabaseService.migrate(): Promise<void>
Programmatic migrations are unsupported by the current adapters. Each ORM
owns schema migration through its own CLI, so this rejects with
UnsupportedMigrationError.
import { type IDatabaseService } from "database-plugin/src/index.ts";