Home / Type/ PgNumericBigIntBuilderInitial Type — drizzle-orm Architecture

PgNumericBigIntBuilderInitial Type — drizzle-orm Architecture

Architecture documentation for the PgNumericBigIntBuilderInitial type/interface in numeric.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  c2fc34cb_a64d_293e_fda4_6120e56d1316["PgNumericBigIntBuilderInitial"]
  b02d9686_b68f_1cdd_74bf_e7c79bb754fb["numeric.ts"]
  c2fc34cb_a64d_293e_fda4_6120e56d1316 -->|defined in| b02d9686_b68f_1cdd_74bf_e7c79bb754fb
  style c2fc34cb_a64d_293e_fda4_6120e56d1316 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/pg-core/columns/numeric.ts lines 137–144

export type PgNumericBigIntBuilderInitial<TName extends string> = PgNumericBigIntBuilder<{
	name: TName;
	dataType: 'bigint';
	columnType: 'PgNumericBigInt';
	data: bigint;
	driverParam: string;
	enumValues: undefined;
}>;

Frequently Asked Questions

What is the PgNumericBigIntBuilderInitial type?
PgNumericBigIntBuilderInitial is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/pg-core/columns/numeric.ts.
Where is PgNumericBigIntBuilderInitial defined?
PgNumericBigIntBuilderInitial is defined in drizzle-orm/src/pg-core/columns/numeric.ts at line 137.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free