duckdb / duckdb/pg_duckdb

Better support for JSONB

Open
#516 6 comments 6 reactions 0 assignees View on GitHub
types
Dominant language
C++
Stars
3.2k
Forks
204
PR merge metrics
No merged PRs in 30d

Description

### Description

We currently only support the Postgres `json` type, not the `jsonb` type. The `jsonb` type is much more common in practice in Postgres though, so we should support it. Related to #513.

- [x] 0. Conversion between JSONB type and DuckDB (#513)
- [x] 1. Start supporting some of duckdb its [JSON functions](https://duckdb.org/docs/data/json/json_functions) (#546)
- [ ] 2. Introduce some of the JSONB operators that postgres supports to DuckDB.
- [ ] 3. Introduce a PG compatibility mode in duckdb to make existing operators behave exactly the same.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.