mirror of
https://github.com/immich-app/immich.git
synced 2025-12-30 01:11:52 +03:00
feat: add toggle to switch between Isar and Sqlite (#19953)
This commit is contained in:
@@ -13,5 +13,6 @@ Isar isar(Ref ref) => throw UnimplementedError('isar');
|
||||
final driftProvider = Provider<Drift>((ref) {
|
||||
final drift = Drift();
|
||||
ref.onDispose(() => unawaited(drift.close()));
|
||||
ref.keepAlive();
|
||||
return drift;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user