Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit a0eaca0

Browse files
committed
refactor(database): rewrite interface to key-value database
1 parent f136f53 commit a0eaca0

File tree

181 files changed

+1615
-2792
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+1615
-2792
lines changed

.vscode/cspell.json

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
"cocoapods",
2525
"codecov",
2626
"colours",
27+
"LunaBox",
28+
"LunaConfig",
29+
"LunaTable",
30+
"deinitialize",
2731
"deintegrate",
2832
"Discogs",
2933
"emdash",

lib/core.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export 'core/cache.dart';
2-
export 'core/database.dart';
32
export 'core/dialogs.dart';
43
export 'core/extensions.dart';
54
export 'core/models.dart';
@@ -11,6 +10,8 @@ export 'core/state.dart';
1110
export 'core/system.dart';
1211
export 'core/utilities.dart';
1312

13+
export 'database/box.dart';
14+
export 'database/tables/lunasea.dart';
1415
export 'system/logger.dart';
1516
export 'widgets/ui.dart';
1617
export 'vendor.dart'

lib/core/database.dart

-4
This file was deleted.

lib/core/database/alerts_database.dart

-53
This file was deleted.

lib/core/database/database.dart

-135
This file was deleted.

0 commit comments

Comments
 (0)