Sejil
Sejil copied to clipboard
SqliteException
Setting up Seijil the way it is described in the readme produces an Exception:
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
#1 mentions that a SQLLite database is required to, but this is never mentionend anywhere in the readme.
By default, the sqlite database is created in the local app data folder. You can configure the location of the database file using ConfigureSejil(p => p.SqliteDbPath = "full path to database file");
this property is read-only though...