We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e331c commit da4cd1aCopy full SHA for da4cd1a
Sources/StructuredQueriesCore/Updates.swift
@@ -60,6 +60,7 @@ public struct Updates<Base: Table, Excluded: Sendable> {
60
}
61
62
63
+/// A convenience type alias for a non-upsert set of updates.
64
public typealias UpdatesOf<Base: Table> = Updates<Base, ()>
65
66
extension Updates: QueryExpression {
0 commit comments