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

text() — drizzle-orm Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  30f1eb42_9f27_2a36_25c9_73ce5f2c5b00["text()"]
  e4a0f70d_0a72_6b42_c383_f36e5b3f1a09["text.ts"]
  30f1eb42_9f27_2a36_25c9_73ce5f2c5b00 -->|defined in| e4a0f70d_0a72_6b42_c383_f36e5b3f1a09
  style 30f1eb42_9f27_2a36_25c9_73ce5f2c5b00 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/gel-core/columns/text.ts lines 49–51

export function text(name?: string): any {
	return new GelTextBuilder(name ?? '');
}

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free