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

append() — drizzle-orm Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  368977b8_bef8_9ef2_255c_cda2b970c14a["append()"]
  2361fb30_407d_7604_384a_a24acc5652f6["SQL"]
  368977b8_bef8_9ef2_255c_cda2b970c14a -->|defined in| 2361fb30_407d_7604_384a_a24acc5652f6
  style 368977b8_bef8_9ef2_255c_cda2b970c14a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/sql/sql.ts lines 132–135

	append(query: SQL): this {
		this.queryChunks.push(...query.queryChunks);
		return this;
	}

Domain

Subdomains

Frequently Asked Questions

What does append() do?
append() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/sql/sql.ts.
Where is append() defined?
append() is defined in drizzle-orm/src/sql/sql.ts at line 132.

Analyze Your Own Codebase

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

Try Supermodel Free