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

constructor() — drizzle-orm Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  7492dddb_0c42_0d46_ed89_7d202bf7c57a["constructor()"]
  6e25959b_71fc_bd05_d380_fb360d5bfd8c["PgReal"]
  7492dddb_0c42_0d46_ed89_7d202bf7c57a -->|defined in| 6e25959b_71fc_bd05_d380_fb360d5bfd8c
  484cbc0a_9f7a_171e_32fc_38923043970c["constructor()"]
  484cbc0a_9f7a_171e_32fc_38923043970c -->|calls| 7492dddb_0c42_0d46_ed89_7d202bf7c57a
  484cbc0a_9f7a_171e_32fc_38923043970c["constructor()"]
  7492dddb_0c42_0d46_ed89_7d202bf7c57a -->|calls| 484cbc0a_9f7a_171e_32fc_38923043970c
  style 7492dddb_0c42_0d46_ed89_7d202bf7c57a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/pg-core/columns/real.ts lines 38–40

	constructor(table: AnyPgTable<{ name: T['tableName'] }>, config: PgRealBuilder<T>['config']) {
		super(table, config);
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does constructor() do?
constructor() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/pg-core/columns/real.ts.
Where is constructor() defined?
constructor() is defined in drizzle-orm/src/pg-core/columns/real.ts at line 38.
What does constructor() call?
constructor() calls 1 function(s): constructor.
What calls constructor()?
constructor() is called by 1 function(s): constructor.

Analyze Your Own Codebase

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

Try Supermodel Free