Home / Class/ GelLocalDateString Class — drizzle-orm Architecture

GelLocalDateString Class — drizzle-orm Architecture

Architecture documentation for the GelLocalDateString class in localdate.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  b42a2288_3b58_9130_6aa9_769d370ba668["GelLocalDateString"]
  056bb366_be5c_32a5_968d_8ae21c1f826c["localdate.ts"]
  b42a2288_3b58_9130_6aa9_769d370ba668 -->|defined in| 056bb366_be5c_32a5_968d_8ae21c1f826c
  c4365ccd_1e4a_3af8_99ea_7d95abcf4013["getSQLType()"]
  b42a2288_3b58_9130_6aa9_769d370ba668 -->|method| c4365ccd_1e4a_3af8_99ea_7d95abcf4013

Relationship Graph

Source Code

drizzle-orm/src/gel-core/columns/localdate.ts lines 38–44

export class GelLocalDateString<T extends ColumnBaseConfig<'localDate', 'GelLocalDateString'>> extends GelColumn<T> {
	static override readonly [entityKind]: string = 'GelLocalDateString';

	getSQLType(): string {
		return 'cal::local_date';
	}
}

Domain

Frequently Asked Questions

What is the GelLocalDateString class?
GelLocalDateString is a class in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/columns/localdate.ts.
Where is GelLocalDateString defined?
GelLocalDateString is defined in drizzle-orm/src/gel-core/columns/localdate.ts at line 38.

Analyze Your Own Codebase

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

Try Supermodel Free