returning() — drizzle-orm Function Reference
Architecture documentation for the returning() function in insert.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 2b64ef75_c2a6_42ec_6465_69fd90b7bd28["returning()"] 47f802c3_39d4_8a05_ef43_b3ba205a3e10["GelInsertBase"] 2b64ef75_c2a6_42ec_6465_69fd90b7bd28 -->|defined in| 47f802c3_39d4_8a05_ef43_b3ba205a3e10 889e5450_39ed_97c7_0946_a02bfedddecf["returning()"] 2b64ef75_c2a6_42ec_6465_69fd90b7bd28 -->|calls| 889e5450_39ed_97c7_0946_a02bfedddecf style 2b64ef75_c2a6_42ec_6465_69fd90b7bd28 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/gel-core/query-builders/insert.ts lines 270–270
returning(): GelInsertWithout<GelInsertReturningAll<this, TDynamic>, TDynamic, 'returning'>;
Domain
Subdomains
Calls
Source
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/insert.ts.
Where is returning() defined?
returning() is defined in drizzle-orm/src/gel-core/query-builders/insert.ts at line 270.
What does returning() call?
returning() calls 1 function(s): returning.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free