drizzle-orm
drizzle-orm copied to clipboard
[FEATURE]: Support SQLite 3.45 `JSONB` column type
Describe what you want
SQLite has recently received JSONB support:
-
https://news.ycombinator.com/item?id=39004963
-
https://news.ycombinator.com/item?id=38540421
-
https://github.com/oven-sh/bun/discussions/8177
-
https://github.com/dyedgreen/deno-sqlite/issues/258
-
https://github.com/drizzle-team/drizzle-orm-docs/pull/231
-
https://github.com/prisma/prisma/issues/3786#issuecomment-1902085562
Any eta? Sounds like all you have to do is use blob with mode json, and the docs are just out of date?
This needs to be fixed in the bun driver for full support too https://github.com/drizzle-team/drizzle-orm/pull/2355