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