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