Skip to content

Support for JSON/JSONB #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
KellerFuchs opened this issue Dec 11, 2016 · 0 comments
Open

Support for JSON/JSONB #11

KellerFuchs opened this issue Dec 11, 2016 · 0 comments

Comments

@KellerFuchs
Copy link

Since version 9.2, PostgreSQL has support for native JSON datatypes: json and jsonb (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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant