Home / Type/ Join Type — drizzle-orm Architecture

Join Type — drizzle-orm Architecture

Architecture documentation for the Join type/interface in update.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  488ab96a_8b59_f42c_5a56_b796680a3f3d["Join"]
  ebf76db1_7804_287b_622a_ab94e9efc196["update.ts"]
  488ab96a_8b59_f42c_5a56_b796680a3f3d -->|defined in| ebf76db1_7804_287b_622a_ab94e9efc196
  style 488ab96a_8b59_f42c_5a56_b796680a3f3d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/pg-core/query-builders/update.ts lines 193–197

type Join = {
	name: string | undefined;
	joinType: JoinType;
	table: PgTable | Subquery | PgViewBase | SQL;
};

Frequently Asked Questions

What is the Join type?
Join is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/pg-core/query-builders/update.ts.
Where is Join defined?
Join is defined in drizzle-orm/src/pg-core/query-builders/update.ts at line 193.

Analyze Your Own Codebase

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

Try Supermodel Free