/pg_jsonpatch

Load JSON Patch as extension in PostgreSQL

Primary LanguagePLpgSQLGNU General Public License v2.0GPL-2.0

pg_jsonpatch Extension

This extension add the support of jsonpatch RFC 6902 to PostgreSQL It use PLV8 language, and the https://github.com/bruth/jsonpatch-js javascript implementation.

To permit the use of an existing implementation, it need plv8_modules extension. this extension load the javascript implementation in the instance.