GelRealBuilderInitial Type — drizzle-orm Architecture
Architecture documentation for the GelRealBuilderInitial type/interface in real.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 1113fda4_7c79_a15d_6b00_5558c2fbd453["GelRealBuilderInitial"] 67762d63_aaf6_b79b_dbd2_3bc891aeae1f["real.ts"] 1113fda4_7c79_a15d_6b00_5558c2fbd453 -->|defined in| 67762d63_aaf6_b79b_dbd2_3bc891aeae1f style 1113fda4_7c79_a15d_6b00_5558c2fbd453 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/gel-core/columns/real.ts lines 7–14
export type GelRealBuilderInitial<TName extends string> = GelRealBuilder<{
name: TName;
dataType: 'number';
columnType: 'GelReal';
data: number;
driverParam: number;
enumValues: undefined;
}>;
Defined In
Source
Frequently Asked Questions
What is the GelRealBuilderInitial type?
GelRealBuilderInitial is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/columns/real.ts.
Where is GelRealBuilderInitial defined?
GelRealBuilderInitial is defined in drizzle-orm/src/gel-core/columns/real.ts at line 7.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free