We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SQLite has recently received JSONB support:
sqlite.org/forum/forumpost/fa6f64e3dc1a5d97
https://news.ycombinator.com/item?id=39004963
https://news.ycombinator.com/item?id=38540421
What version of SQLite does Bun use and how does it get updated? oven-sh/bun#8177
Request: Upgrade SQLite to support JSONB dyedgreen/deno-sqlite#258
sqlite supports jsonb now drizzle-orm-docs#231
Support for Json field type in SQLite prisma/prisma#3786 (comment)
Json
The text was updated successfully, but these errors were encountered:
Any eta? Sounds like all you have to do is use blob with mode json, and the docs are just out of date?
Sorry, something went wrong.
This needs to be fixed in the bun driver for full support too #2355
No branches or pull requests
Describe what you want
SQLite has recently received JSONB support:
sqlite.org/forum/forumpost/fa6f64e3dc1a5d97
https://news.ycombinator.com/item?id=39004963
https://news.ycombinator.com/item?id=38540421
What version of SQLite does Bun use and how does it get updated? oven-sh/bun#8177
Request: Upgrade SQLite to support JSONB dyedgreen/deno-sqlite#258
sqlite supports jsonb now drizzle-orm-docs#231
Support for
Json
field type in SQLite prisma/prisma#3786 (comment)The text was updated successfully, but these errors were encountered: