localDate() — drizzle-orm Function Reference
Architecture documentation for the localDate() function in localdate.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD d7aea3a4_6ace_450f_7320_b331ea628741["localDate()"] 056bb366_be5c_32a5_968d_8ae21c1f826c["localdate.ts"] d7aea3a4_6ace_450f_7320_b331ea628741 -->|defined in| 056bb366_be5c_32a5_968d_8ae21c1f826c style d7aea3a4_6ace_450f_7320_b331ea628741 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/gel-core/columns/localdate.ts lines 48–50
export function localDate(name?: string) {
return new GelLocalDateStringBuilder(name ?? '');
}
Domain
Subdomains
Source
Frequently Asked Questions
What does localDate() do?
localDate() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/columns/localdate.ts.
Where is localDate() defined?
localDate() is defined in drizzle-orm/src/gel-core/columns/localdate.ts at line 48.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free