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

all() — drizzle-orm Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  ed6256ab_fc16_f671_a99c_bd1857da0681["all()"]
  d48b1f06_cebf_2d3f_5737_639ab46a38ab["PrismaPgPreparedQuery"]
  ed6256ab_fc16_f671_a99c_bd1857da0681 -->|defined in| d48b1f06_cebf_2d3f_5737_639ab46a38ab
  style ed6256ab_fc16_f671_a99c_bd1857da0681 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/prisma/pg/session.ts lines 33–35

	override all(): Promise<unknown> {
		throw new Error('Method not implemented.');
	}

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free