JSONB_ PATCH
fun <T : KQLiteJson> JSONB_PATCH(json: KQLiteColumn<T>, patch: KQLiteColumn<out KQLiteJson?>): KQLiteColumn<T>
Similar to JSON_PATCH but binary representation (BLOB).
Return
Author
MOHAMMAD AZIM ANSARI
Parameters
json
The KQLiteJson column to modify.
patch
The KQLiteJson column containing the JSON patch instructions.