We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Since version 9.2, PostgreSQL has support for native JSON datatypes: json and jsonb (jsonb is a binary representation with more efficient access).
json
jsonb
It would be pretty great to be able to manipulate those from Rust PgSQL extensions, though I guess it requires #2 to happen first.
My usecase would be an extension that validates a JSON value against a JSON Schema (itself represented as a JSON value).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since version 9.2, PostgreSQL has support for native JSON datatypes:
json
andjsonb
(jsonb
is a binary representation with more efficient access).It would be pretty great to be able to manipulate those from Rust PgSQL extensions, though I guess it requires #2 to happen first.
My usecase would be an extension that validates a JSON value against a JSON Schema (itself represented as a JSON value).
The text was updated successfully, but these errors were encountered: