Support pg_jsonschema as a PostgreSQL Extension
As a Software Engineer or DBA, I want to be able to enforce schemas on JSON/JSONB fields in a convenient manner, so that I can ensure bad data doesn't getting written to my database. https://github.com/supabase/pg_jsonschema seems to be the most popular extension for doing this.
8
votes
Yasha Podeszwa
shared this idea
-
Yauheni Savitski commented
Hi there,
we're also use jsonb is more and more frequently with our PostgreSQL instances. Also would like to introduce schema validation. Gonna definitely vote for introduction this extention