Enhance database management and synchronization features
- Added new backup and restore functionality for JSON and SQLite database formats. - Implemented notification settings for low balance alerts and sync digests in the settings page. - Updated database schema to include new columns for balance alert thresholds and notification preferences. - Refactored synchronization logic to provide detailed summaries and improved error handling. - Enhanced user interface for managing accounts and settings, including new input fields for balance alerts. - Improved sync log display to include summary information for better tracking of synchronization results.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
* Re-export from db module
|
||||
*/
|
||||
export { initDb, getDb, saveDb } from './db/index.js'
|
||||
export { initDb, getDb, saveDb, DB_PATH, reloadDatabaseFromBuffer } from './db/index.js'
|
||||
|
||||
Reference in New Issue
Block a user