Skip to main content
Module

x/drizzle/pg-core.ts>getTableConfig

Deno port of the drizzle-orm library
Latest
function getTableConfig
import { getTableConfig } from "https://deno.land/x/drizzle@v0.23.85/pg-core.ts";

Returns

{ columns: import("./columns/index.d.ts").AnyPgColumn[]; indexes: Index[]; foreignKeys: ForeignKey[]; checks: Check[]; primaryKeys: PrimaryKey[]; name: string; schema: string | undefined; }