-
Notifications
You must be signed in to change notification settings - Fork 362
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
Jsonb support update #1207
Conversation
fs = ["limbo_ext/vfs"] | ||
json = ["dep:jsonb", "dep:pest", "dep:pest_derive", "dep:serde", "dep:indexmap"] |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
9bc67de
to
a234aa3
Compare
Can wait for immutable record merge, if it will happen in near future.