Wox/wox.core/database
qianlifeng 5be879167f
feat(database): enhance SQLite configuration for improved concurrency
- Configure SQLite with Write-Ahead Logging (WAL) mode for better concurrency.
- Set connection pool settings to optimize database access.
- Execute additional PRAGMA statements for optimal performance.
- Update logging to reflect new database initialization details.

feat(clipboard): migrate clipboard data handling to new settings storage

- Implement migration of clipboard data from legacy JSON to new database-backed storage.
- Introduce methods for managing favorite clipboard items in settings.
- Update clipboard plugin to utilize new favorite management functions.

refactor(setting): improve error logging for settings retrieval

- Replace direct logger calls with `util.GetLogger()` for consistency across settings management.
2025-07-17 22:53:01 +08:00
..
database.go feat(database): enhance SQLite configuration for improved concurrency 2025-07-17 22:53:01 +08:00