pg_jsonschema
pg_jsonschema copied to clipboard
PostgreSQL extension providing JSON Schema validation
Currently, only is_valid() is exposed, which just returns a bool. It would be great to expose validate(), too, to get actual validation errors thrown (with information about **why** the validation...
Just an improvement idea: As I assume this is mostly going to be used in `CHECK` constraints, the number of schemas in use will be very small. It would probably...
# Bug report - [ ] I confirm this is a bug with Supabase, not with my own application. - [ ] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub...
## What kind of change does this PR introduce? Bug fix, feature, docs update, ... ## What is the current behavior? Please link any relevant issues here. ## What is...
# Bug report - [X] I confirm this is a bug with Supabase, not with my own application. - [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
## What kind of change does this PR introduce? Build (packaging update): This change suffixes the Debian packages with the major PostgreSQL version so they can be installed side by...