build() — drizzle-orm Function Reference
Architecture documentation for the build() function in blob.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 1da97600_6eb8_eb26_d939_a51ea3011018["build()"] 2720a241_662f_dbfa_afd5_5719d86cc8fc["SQLiteBigIntBuilder"] 1da97600_6eb8_eb26_d939_a51ea3011018 -->|defined in| 2720a241_662f_dbfa_afd5_5719d86cc8fc style 1da97600_6eb8_eb26_d939_a51ea3011018 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/sqlite-core/columns/blob.ts lines 29–33
override build<TTableName extends string>(
table: AnySQLiteTable<{ name: TTableName }>,
): SQLiteBigInt<MakeColumnConfig<T, TTableName>> {
return new SQLiteBigInt<MakeColumnConfig<T, TTableName>>(table, this.config as ColumnBuilderRuntimeConfig<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/sqlite-core/columns/blob.ts.
Where is build() defined?
build() is defined in drizzle-orm/src/sqlite-core/columns/blob.ts at line 29.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free