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