Skip to main content
Module

x/kysely_deno_postgres_dialect/mod.ts>kysely.MigrationLockOptions

Kysely dialect for PostgreSQL using the deno-postgres client.
Go to Latest
interface kysely.MigrationLockOptions
Re-export
import { type kysely } from "https://deno.land/x/kysely_deno_postgres_dialect@v0.27.0/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.