Skip to content
🚀 This documentation is for unreal-orm 1.0.0 alpha which requires SurrealDB 2.0 alpha SDK. For the stable version, see npm.

UpdateMode

UpdateMode = "content" | "merge" | "replace" | "patch"

Defined in: define/table/types/query.ts:69

Defines the update mode for SurrealDB 2.0 builder pattern. Determines how the update operation will modify the record.