Skip to main content
Module

x/drizzle/pg-core.ts>Index

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

Constructors

new
Index(config: IndexConfig, table: AnyPgTable)

Properties

readonly
config: IndexConfig & { table: AnyPgTable; }