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

x/drizzle/pg-core.ts>PrimaryKeyBuilder

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

Constructors

new
PrimaryKeyBuilder(columns: AnyPgColumn[])