dbx/src-web/src
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
..
routes feat: migrate storage from JSON files to SQLite 2026-05-05 04:48:45 +08:00
auth.rs feat: add web deployment with axum server, Docker support, and browser UI 2026-05-05 03:16:50 +08:00
error.rs feat: add web deployment with axum server, Docker support, and browser UI 2026-05-05 03:16:50 +08:00
main.rs feat: migrate storage from JSON files to SQLite 2026-05-05 04:48:45 +08:00
sse.rs feat: add web deployment with axum server, Docker support, and browser UI 2026-05-05 03:16:50 +08:00
state.rs feat: add web deployment with axum server, Docker support, and browser UI 2026-05-05 03:16:50 +08:00