drizzle-team / drizzle-team/drizzle-orm
[BUG]: No way to use `bun:sqlite` together with dirzzle-kit
Open
bug/fixed-in-beta
driver/bun-sqlite
drizzle/kit
enhancement
priority
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### What version of `drizzle-orm` are you using?
v0.29.0
### What version of `drizzle-kit` are you using?
v0.20.1
### Describe the Bug
Ran the following command where `driver` is set to `bun:sqlite`:
```
$ bun drizzle-kit push:sqlite
No config path provided, using default path
Reading config file '/Users/knarf/projects/git-repo-backup/drizzle.config.ts'
Invalid input Either "turso", "libsql", "better-sqlite" are available options for "--driver"
error: "drizzle-kit" exited with code 1 (SIGHUP)
```
### Expected behavior
For this to work when running with `bun drizzle-kit`
### Environment & setup
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.