Home / Type/ GelBigInt64BuilderInitial Type — drizzle-orm Architecture

GelBigInt64BuilderInitial Type — drizzle-orm Architecture

Architecture documentation for the GelBigInt64BuilderInitial type/interface in bigintT.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  1608a80a_87e0_5154_d713_8adf76114474["GelBigInt64BuilderInitial"]
  e5c9b8ef_d760_345f_c691_226de7d20135["bigintT.ts"]
  1608a80a_87e0_5154_d713_8adf76114474 -->|defined in| e5c9b8ef_d760_345f_c691_226de7d20135
  style 1608a80a_87e0_5154_d713_8adf76114474 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/gel-core/columns/bigintT.ts lines 8–15

export type GelBigInt64BuilderInitial<TName extends string> = GelBigInt64Builder<{
	name: TName;
	dataType: 'bigint';
	columnType: 'GelBigInt64';
	data: bigint;
	driverParam: bigint;
	enumValues: undefined;
}>;

Frequently Asked Questions

What is the GelBigInt64BuilderInitial type?
GelBigInt64BuilderInitial is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/columns/bigintT.ts.
Where is GelBigInt64BuilderInitial defined?
GelBigInt64BuilderInitial is defined in drizzle-orm/src/gel-core/columns/bigintT.ts at line 8.

Analyze Your Own Codebase

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

Try Supermodel Free