Drizzle can't find local sqlite file
I'm trying to play around with sqlite but I can't seem to connect my config and local sqlite db file.
Config:
The sqlite db file is in the root of my project, just like the drizzle config
I've also set up this file in
src/db/index.ts
Error:
3 Replies
I also can't find much in the docs on how to work with a local sqlite file 😦
generate:sqlite
seems to work but not push:sqlite
Try this:
dbCredentials: {
url: './sqlite.db',
}
this one should work