Skip to main content
Module

x/drizzle/pg-core.ts>Reference

Deno port of the drizzle-orm library
Latest
type alias Reference
import { type Reference } from "https://deno.land/x/drizzle@v0.23.85/pg-core.ts";
definition: () => { readonly columns: AnyPgColumn[]; readonly foreignTable: AnyPgTable; readonly foreignColumns: AnyPgColumn[]; }