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

existing() — drizzle-orm Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  af3d506b_aa25_858d_b092_39e6fedaf2a1["existing()"]
  b1c7e362_ebc2_2da6_869e_360a3f09e129["PgRole"]
  af3d506b_aa25_858d_b092_39e6fedaf2a1 -->|defined in| b1c7e362_ebc2_2da6_869e_360a3f09e129
  style af3d506b_aa25_858d_b092_39e6fedaf2a1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/pg-core/roles.ts lines 33–36

	existing(): this {
		this._existing = true;
		return this;
	}

Domain

Subdomains

Frequently Asked Questions

What does existing() do?
existing() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/pg-core/roles.ts.
Where is existing() defined?
existing() is defined in drizzle-orm/src/pg-core/roles.ts at line 33.

Analyze Your Own Codebase

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

Try Supermodel Free