build() — drizzle-orm Function Reference
Architecture documentation for the build() function in localdate.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD f72d7a16_0047_afaa_1497_1fc69003c87b["build()"] 437ea9b5_9ce8_b23b_7103_960c87e72264["GelLocalDateStringBuilder"] f72d7a16_0047_afaa_1497_1fc69003c87b -->|defined in| 437ea9b5_9ce8_b23b_7103_960c87e72264 style f72d7a16_0047_afaa_1497_1fc69003c87b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/gel-core/columns/localdate.ts lines 28–35
override build<TTableName extends string>(
table: AnyGelTable<{ name: TTableName }>,
): GelLocalDateString<MakeColumnConfig<T, TTableName>> {
return new GelLocalDateString<MakeColumnConfig<T, TTableName>>(
table,
this.config as ColumnBuilderRuntimeConfig<any, any>,
);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does build() do?
build() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/columns/localdate.ts.
Where is build() defined?
build() is defined in drizzle-orm/src/gel-core/columns/localdate.ts at line 28.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free