method IDatabaseService.migrate
Since 0.1.0
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.

Return Type

Promise<void>

A rejected promise naming the unsupported operation

Usage

import { type IDatabaseService } from "database-plugin/src/index.ts";