Hey folks,
Just sharing a new postgres extension to validate jsons. It's 3x
faster than my previous is-jsonb-valid and 1.5x faster than supabase
in compiled mode.
The schema validation are added at extension compile time. To make
things easier, the schemas and the expected validator function name
are added to a json file, and the library handles the compilation to
native C code
https://github.com/furstenheim/pg-jason-validator
Cheers