Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kysely_postgrs_js_dialect/deps.ts>kysely.MigrationLockOptions

Kysely dialect for PostgreSQL using the Postgres.js client.
Latest
interface kysely.MigrationLockOptions
Re-export
import { type kysely } from "https://deno.land/x/kysely_postgrs_js_dialect@v0.27.4/deps.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.