dbx/crates/dbx-core
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: extract dbx-core crate for web deployment support 2026-05-05 03:16:24 +08:00