Module

x/kysely_postgrs_js_dialect/mod.ts>kysely.DropTableNode

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

Properties

readonly
kind: "DropTableNode"
readonly
table: TableNode
readonly
optional
ifExists: boolean
readonly
optional
cascade: boolean
variable kysely.DropTableNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/mod.ts";
const { DropTableNode } = kysely;

type

Readonly<{ is(node: OperationNode): node is DropTableNode; create(table: TableNode, params?: DropTablexNodeParams): DropTableNode; cloneWith(dropIndex: DropTableNode, params: DropTablexNodeParams): DropTableNode; }>
import kysely.DropTableNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/mod.ts";
const { DropTableNode } = kysely;