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

returning() — drizzle-orm Function Reference

Architecture documentation for the returning() function in update.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  889e5450_39ed_97c7_0946_a02bfedddecf["returning()"]
  40e4076c_05d5_c280_7940_f08e5d3868d9["GelUpdateBase"]
  889e5450_39ed_97c7_0946_a02bfedddecf -->|defined in| 40e4076c_05d5_c280_7940_f08e5d3868d9
  2b64ef75_c2a6_42ec_6465_69fd90b7bd28["returning()"]
  2b64ef75_c2a6_42ec_6465_69fd90b7bd28 -->|calls| 889e5450_39ed_97c7_0946_a02bfedddecf
  3238fc0a_15c3_86c0_b18e_e49c5f970a96["getTableLikeFields()"]
  889e5450_39ed_97c7_0946_a02bfedddecf -->|calls| 3238fc0a_15c3_86c0_b18e_e49c5f970a96
  style 889e5450_39ed_97c7_0946_a02bfedddecf fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/gel-core/query-builders/update.ts lines 495–495

	returning(): GelUpdateReturningAll<this, TDynamic>;

Domain

Subdomains

Called By

Frequently Asked Questions

What does returning() do?
returning() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/query-builders/update.ts.
Where is returning() defined?
returning() is defined in drizzle-orm/src/gel-core/query-builders/update.ts at line 495.
What does returning() call?
returning() calls 1 function(s): getTableLikeFields.
What calls returning()?
returning() is called by 1 function(s): returning.

Analyze Your Own Codebase

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

Try Supermodel Free