Apply JSON Patch operations to modify specific database records using RFC 6902 standard, converting patches to SurrealDB merge operations for compatibility.
Execute SurrealQL queries to interact with SurrealDB databases for complex operations like SELECT with JOINs, schema definitions, transactions, and graph traversals.
Update specific fields in SurrealDB records using partial data merges. Modify only selected fields while preserving other record data, including nested properties.