Skip to content

Support for JSON/JSONB #11

Open
Open
@KellerFuchs

Description

@KellerFuchs

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions