An open API service indexing awesome lists of open source software.

https://github.com/adrianhdezm/postgres-utils

Useful Postgres Functions
https://github.com/adrianhdezm/postgres-utils

json-schema postgresql validators

Last synced: 3 months ago
JSON representation

Useful Postgres Functions

Awesome Lists containing this project

README

        

## Useful Postgres Functions

### validate_json_schema.sql

`validate_json_schema()` can be used to validate the format of your JSON columns using [JSON schema](http://json-schema.org/) (supports the JSON schema draft v4 spec, except for remote http references). It is based on [postgres-json-schema](https://github.com/gavinwahl/postgres-json-schema).