Error: Cannot open database because the directory does not exist
This is my config (in root)
My client file (
/src/db/index.ts
)
sqlite.db
is in the root of my projectSolution:Jump to solution
Updated my setup and now it works.
```ts
import { defineConfig } from 'drizzle-kit';
...
2 Replies