Result returned by insert and insertShard.
The helper keeps the normal query payload but also exposes the generated primary key when the backend returns one through RETURNING rows or provider metadata.
RETURNING
1.1.4
Optional
Optional backend-specific error detail
Generated primary key returned by the database or driver.
Execution metadata
Returned rows for the statement
Whether the statement executed successfully
Result returned by insert and insertShard.
The helper keeps the normal query payload but also exposes the generated primary key when the backend returns one through
RETURNINGrows or provider metadata.Since
1.1.4