getGelColumnBuilders() — drizzle-orm Function Reference
Architecture documentation for the getGelColumnBuilders() function in all.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD d668c247_19c9_54b3_c1cf_4b73bfa42963["getGelColumnBuilders()"] ee61f0b9_206c_6b7b_5671_49b96bcf3a63["all.ts"] d668c247_19c9_54b3_c1cf_4b73bfa42963 -->|defined in| ee61f0b9_206c_6b7b_5671_49b96bcf3a63 e52caf0d_6511_67ab_71ab_401ba052d941["gelTableWithSchema()"] e52caf0d_6511_67ab_71ab_401ba052d941 -->|calls| d668c247_19c9_54b3_c1cf_4b73bfa42963 style d668c247_19c9_54b3_c1cf_4b73bfa42963 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/gel-core/columns/all.ts lines 23–46
export function getGelColumnBuilders() {
return {
localDate,
localTime,
decimal,
dateDuration,
bigintT,
duration,
relDuration,
bytes,
customType,
bigint,
boolean,
doublePrecision,
integer,
json,
real,
smallint,
text,
timestamptz,
uuid,
timestamp,
};
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does getGelColumnBuilders() do?
getGelColumnBuilders() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/columns/all.ts.
Where is getGelColumnBuilders() defined?
getGelColumnBuilders() is defined in drizzle-orm/src/gel-core/columns/all.ts at line 23.
What calls getGelColumnBuilders()?
getGelColumnBuilders() is called by 1 function(s): gelTableWithSchema.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free