feat(query): add Query, MustQuery, and UpdateOne helpers
Adds scan-into-dest query helpers and update-one-row semantics with Context variants, tests, and documentation updates. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -8,8 +8,9 @@
|
||||
//
|
||||
// # Query and mutation helpers
|
||||
//
|
||||
// [Fetch], [FetchOne], [Insert], [Update], [Delete], and their Must* and Context
|
||||
// variants wrap Jet [Statement] execution with consistent error semantics.
|
||||
// [Fetch], [FetchOne], [Query], [Insert], [Update], [Delete], and their Must*
|
||||
// and Context variants wrap Jet [Statement] execution with consistent error
|
||||
// semantics. [UpdateOne] requires at least one row affected.
|
||||
// [WithTx] runs a function inside a SQL transaction.
|
||||
//
|
||||
// # Jet column utilities
|
||||
|
||||
Reference in New Issue
Block a user