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