Skip to content
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

Jsonb support update #1207

Merged
merged 11 commits into from
Mar 31, 2025
Merged

Jsonb support update #1207

merged 11 commits into from
Mar 31, 2025

Conversation

ihorandrianov
Copy link
Contributor

@ihorandrianov ihorandrianov commented Mar 28, 2025

  1. Removed dependecy on serde, now all json functions use jsonb implementation.
  2. Add support for jsonb_patch.
  3. Aggregation json functions like json_group_array, json_group_object.

Can wait for immutable record merge, if it will happen in near future.

fs = ["limbo_ext/vfs"]
json = ["dep:jsonb", "dep:pest", "dep:pest_derive", "dep:serde", "dep:indexmap"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do want to keep the feature flag to allow people to build Limbo without JSON support, similar to what SQLite allows with the SQLITE_ENABLE_JSON build option.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@penberg Yes, my bad, fixed

@penberg penberg closed this in b8760c1 Mar 31, 2025
@penberg penberg merged commit b8760c1 into tursodatabase:main Mar 31, 2025
38 checks passed
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

Successfully merging this pull request may close these issues.

2 participants