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

bigint() — drizzle-orm Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  a07fad1f_3239_d0a6_b608_cdd37f44c5e7["bigint()"]
  62bbdf4d_cbc6_bb65_8d8d_d1a9807ab620["bigint.ts"]
  a07fad1f_3239_d0a6_b608_cdd37f44c5e7 -->|defined in| 62bbdf4d_cbc6_bb65_8d8d_d1a9807ab620
  style a07fad1f_3239_d0a6_b608_cdd37f44c5e7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/gel-core/columns/bigint.ts lines 44–46

export function bigint(name?: string) {
	return new GelInt53Builder(name ?? '');
}

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free