Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drizzle/pg-core.ts>PrimaryKey

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

Constructors

new
PrimaryKey(table: AnyPgTable, columns: AnyPgColumn<{ }>[])

Properties

readonly
columns: AnyPgColumn<{ }>[]
readonly
table: AnyPgTable

Methods

getName(): string