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
- Host: GitHub
- URL: https://github.com/adrianhdezm/postgres-utils
- Owner: adrianhdezm
- License: other
- Created: 2022-08-04T01:17:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T09:56:51.000Z (almost 3 years ago)
- Last Synced: 2025-03-05T04:02:05.470Z (3 months ago)
- Topics: json-schema, postgresql, validators
- Language: PLpgSQL
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).