drizzle-team / drizzle-orm

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅
https://orm.drizzle.team
Apache License 2.0
23.06k stars 556 forks source link

[FEATURE]: Support SQLite 3.45 `JSONB` column type #1977

Open TenviLi opened 6 months ago

TenviLi commented 6 months ago

Describe what you want

SQLite has recently received JSONB support:

zackify commented 4 months ago

Any eta? Sounds like all you have to do is use blob with mode json, and the docs are just out of date?

zackify commented 3 months ago

This needs to be fixed in the bun driver for full support too https://github.com/drizzle-team/drizzle-orm/pull/2355