patchWithDiff

suspend fun patchWithDiff(patchBuilder: JsonPatch.Builder.() -> Unit): List<JsonPatch>

Patch with diff

Patches a single record in a table with the given Json patch.

Return

The patches applied to the record

Parameters

patchBuilder

A json patch DSL to build the patch