dbx/src-web
t8y2 f9a9945f1f feat: migrate storage from JSON files to SQLite
Replace all JSON file storage (connections, secrets, history, AI config,
conversations, sidebar layout) with a single SQLite database (dbx.db).
Auto-migrates existing JSON data on first launch, renaming old files to
.bak. Remove keyring dependency — passwords now stored in SQLite.
2026-05-05 04:48:45 +08:00
..
src feat: migrate storage from JSON files to SQLite 2026-05-05 04:48:45 +08:00
Cargo.toml feat: add web deployment with axum server, Docker support, and browser UI 2026-05-05 03:16:50 +08:00