drizzle-team / drizzle-team/drizzle-orm
[FEATURE]: native wrangler sql driver for D1
Open
db/sqlite
drizzle/kit
enhancement
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Describe what you want
Since Cloudflare D1 no longer uses better-sqlite3, in favor of an integrated sqlite lib, it would be nice if Drizzle supported this driver in it's drizzle kit config.
Source: Cloudflare Devs Discord
> Eventually the better-sqlite3 dep will go away, since workerd already includes sqlite
> In fact, the next release should already contain this: > https://github.com/cloudflare/miniflare/commit/5846058d85d94a06988a19a3c62e2e6f2dff7cfc
This also helps Bun support, since better-sqlite3 does not support that environment either.
Contributor guide
Assessment
This issue has not been assessed yet.