dbx/src-tauri
t8y2 cf4f25fd52 feat: extract dbx-core crate for web deployment support
Refactor all database drivers, query execution, schema operations, and
business logic into a shared `dbx-core` crate. The Tauri desktop app
becomes a thin shell delegating to dbx-core, enabling future web and
CLI frontends to reuse the same core.
2026-05-05 03:16:24 +08:00
..
capabilities feat: add tauri-plugin-shell and update permissions for shell access 2026-04-29 22:25:28 +08:00
icons feat: initial release 2026-04-29 18:09:23 +08:00
src feat: extract dbx-core crate for web deployment support 2026-05-05 03:16:24 +08:00
.gitignore feat: initial release 2026-04-29 18:09:23 +08:00
Cargo.lock feat: add auto-update support via tauri-plugin-updater 2026-05-04 18:14:40 +08:00
Cargo.toml feat: extract dbx-core crate for web deployment support 2026-05-05 03:16:24 +08:00
build.rs feat: initial release 2026-04-29 18:09:23 +08:00
tauri.conf.json fix: base64-encode updater pubkey to match expected format 2026-05-04 23:07:52 +08:00