|
@@ -166,6 +166,7 @@ public class DatabaseEngine : Engine<DatabaseServerProperties>
|
|
|
myType is { IsClass: true, IsAbstract: false, IsGenericType: false }
|
|
|
&& myType.GetInterfaces().Contains(typeof(IStore))
|
|
|
).ToArray();
|
|
|
+ DbFactory.DefaultStore = typeof(BaseStore<>);
|
|
|
|
|
|
DbFactory.ProviderFactory = new SQLiteProviderFactory(Properties.FileName);
|
|
|
|