drizzle-team / drizzle-team/drizzle-orm
[DOCS]:following drizzle-kit and bun walkthrough fails at migrate command
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Enhancement hasn't been filed before.
- [X] I have verified this enhancement I'm about to request hasn't been suggested before.
### Describe the enhancement you want to request
Following the setup instructions listed here https://orm.drizzle.team/docs/get-started/bun-sqlite-new is fine until I reach the migrate command `npx drizzle-kit migrate` where it produces this.
```sh
No config path provided, using default 'drizzle.config.ts'
Reading config file '***/drizzle.config.ts'
Please install either 'better-sqlite3' or '@libsql/client' for Drizzle Kit to connect to SQLite databases
```
After installing 'better-sqlite3' or '@libsql/client' does fix the issue but I'm not sure if that is correct.
Contributor guide
Assessment
This issue has not been assessed yet.