PgBigInt53BuilderInitial Type — drizzle-orm Architecture
Architecture documentation for the PgBigInt53BuilderInitial type/interface in bigint.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 83292490_3077_5f8d_e1c4_e278bb4eb59d["PgBigInt53BuilderInitial"] 9e45dd50_595c_fce2_0195_02a2865c70ed["bigint.ts"] 83292490_3077_5f8d_e1c4_e278bb4eb59d -->|defined in| 9e45dd50_595c_fce2_0195_02a2865c70ed style 83292490_3077_5f8d_e1c4_e278bb4eb59d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/pg-core/columns/bigint.ts lines 10–17
export type PgBigInt53BuilderInitial<TName extends string> = PgBigInt53Builder<{
name: TName;
dataType: 'number';
columnType: 'PgBigInt53';
data: number;
driverParam: number | string;
enumValues: undefined;
}>;
Defined In
Source
Frequently Asked Questions
What is the PgBigInt53BuilderInitial type?
PgBigInt53BuilderInitial is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/pg-core/columns/bigint.ts.
Where is PgBigInt53BuilderInitial defined?
PgBigInt53BuilderInitial is defined in drizzle-orm/src/pg-core/columns/bigint.ts at line 10.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free