Closed jongbatax closed 2 years ago
How to open sqlite db ?
You just put a path to it with sqlite: prefix:
sqlite:
sqlite:/path/to/sqlite_database.db
You can see how I do it in test setup
How to open sqlite db ?