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

x/drizzle/pg-core.ts>PgSchema

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

Constructors

new
PgSchema(schemaName: string)

Properties

materializedView: pgMaterializedView
readonly
schemaName: string
table: pgTable
view: pgView