Module

x/kysely_postgrs_js_dialect/mod.ts>kysely.MigrationLockOptions

Kysely dialect for PostgreSQL using the Postgres.js client.
interface kysely.MigrationLockOptions
import { type kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/mod.ts";
const { MigrationLockOptions } = kysely;

Properties

readonly
lockTable: string

The name of the migration lock table.

readonly
lockRowId: string

The id of the only row in the migration lock table.

readonly
optional
lockTableSchema: string

The schema in which the migration lock table lives. This is only defined if the user has specified a custom schema in the migration settings.

import kysely.MigrationLockOptions
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/mod.ts";
const { MigrationLockOptions } = kysely;