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