vitorfs/parsifal

unable to open databasefile

samazaphikel opened this issue · 1 comments

image

I cant connect to the database

When using SQLite3 the path to the file must be somewhere your application can reach

You can change that on your .env file:

DATABASE_URL=sqlite:////tmp/db.sqlite3

In the example above it is pointing to the temp folder.

To place it elsewhere, just change the path:

DATABASE_URL=sqlite:////Users/vitor/dev/parsifal/parsifal.sqlite3