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

Request: Upgrade SQLite to support JSONB #258

Open
NfNitLoop opened this issue Feb 21, 2024 · 1 comment
Open

Request: Upgrade SQLite to support JSONB #258

NfNitLoop opened this issue Feb 21, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@NfNitLoop
Copy link

As of v3.45.0, SQLite adds a jsonb() function which allows you to store their JSONB representation as BLOBs, saving some disk and gaining some performance.

Would love to use this from deno-sqlite!

@dyedgreen
Copy link
Owner

Yep, we should just upgrade the version of SQLite!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants