build() — drizzle-orm Function Reference
Architecture documentation for the build() function in localtime.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD ee77b7d7_f62d_a9d3_56d4_a491578be8fb["build()"] 95e9d90f_0e69_fdd2_bf7c_6151b960ba50["GelLocalTimeBuilder"] ee77b7d7_f62d_a9d3_56d4_a491578be8fb -->|defined in| 95e9d90f_0e69_fdd2_bf7c_6151b960ba50 style ee77b7d7_f62d_a9d3_56d4_a491578be8fb fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/gel-core/columns/localtime.ts lines 28–35
override build<TTableName extends string>(
table: AnyGelTable<{ name: TTableName }>,
): GelLocalTime<MakeColumnConfig<T, TTableName>> {
return new GelLocalTime<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/localtime.ts.
Where is build() defined?
build() is defined in drizzle-orm/src/gel-core/columns/localtime.ts at line 28.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free