Module

x/kysely_postgrs_js_dialect/deps.ts>kysely.Migrator#getMigrations

Kysely dialect for PostgreSQL using the Postgres.js client.
method kysely.Migrator.prototype.getMigrations
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/deps.ts";
const { Migrator } = kysely;

Returns a MigrationInfo object for each migration.

The returned array is sorted by migration name.

Returns

Promise<ReadonlyArray<MigrationInfo>>