Home / Function/ build() — drizzle-orm Function Reference

build() — drizzle-orm Function Reference

Architecture documentation for the build() function in bigintT.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  e7411977_f415_b2a6_d5ab_0396d0c9a121["build()"]
  e10c89db_6a1a_19ed_2b6a_9bd612b1ac67["GelBigInt64Builder"]
  e7411977_f415_b2a6_d5ab_0396d0c9a121 -->|defined in| e10c89db_6a1a_19ed_2b6a_9bd612b1ac67
  style e7411977_f415_b2a6_d5ab_0396d0c9a121 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/gel-core/columns/bigintT.ts lines 27–34

	override build<TTableName extends string>(
		table: AnyGelTable<{ name: TTableName }>,
	): GelBigInt64<MakeColumnConfig<T, TTableName>> {
		return new GelBigInt64<MakeColumnConfig<T, TTableName>>(
			table,
			this.config as ColumnBuilderRuntimeConfig<any, any>,
		);
	}

Domain

Subdomains

Frequently Asked Questions

What does build() do?
build() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/columns/bigintT.ts.
Where is build() defined?
build() is defined in drizzle-orm/src/gel-core/columns/bigintT.ts at line 27.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free