Commit Graph

2 Commits

Author SHA1 Message Date
b7f6e9fcf6 Add MySQL configuration management and smart sync functionality
- Implemented configuration storage for MySQL settings using electron-store.
- Added automatic MySQL connection on app startup if a saved configuration exists.
- Enhanced the shutdown process to sync data to the remote database before closing.
- Introduced smart sync functionality to handle bidirectional synchronization based on the latest updated_at timestamps.
- Updated IPC methods for saving and retrieving MySQL configurations.
- Modified the Settings component to load and save MySQL configurations, and trigger host list refresh after connection.
2025-12-26 20:07:30 +08:00
95f842f6cb first 2025-12-26 19:57:52 +08:00