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