Skip to main content
Module

x/pgsql_ast_parser/mod.ts>TableReference

Yet another simple Postgres SQL parser
Go to Latest
interface TableReference
import { type TableReference } from "https://deno.land/x/pgsql_ast_parser@10.5.2/mod.ts";

Properties

foreignTable: QName
foreignColumns: Name[]
optional
onDelete: ConstraintAction
optional
onUpdate: ConstraintAction
optional
match: "full" | "partial" | "simple"