Project Icon

pg_jsonschema

Integrate JSON Schema Validation Efficiently into PostgreSQL

Product Descriptionpg_jsonschema is a PostgreSQL extension that adds JSON Schema validation capabilities to json and jsonb data types. It includes three SQL functions for schema matching and validation, leveraging the jsonschema Rust crate for high performance. This tool offers notable speed benefits over comparable solutions and is designed to ensure data integrity in databases. The extension installs easily with pgrx and enhances efficiency and schema compliance in PostgreSQL environments.
Project Details