mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Cleaned up ModelBase, enable writing to sqlite
This commit is contained in:
@@ -28,6 +28,7 @@ namespace NzbDrone.Core.Datastore
|
||||
connectionString = GetConnectionString(dbPath);
|
||||
}
|
||||
|
||||
OrmLiteConfig.DialectProvider = new SqliteOrmLiteDialectProvider();
|
||||
var dbFactory = new OrmLiteConnectionFactory(connectionString);
|
||||
return dbFactory.Open();
|
||||
}
|
||||
|
Reference in New Issue
Block a user