dbx/src-tauri
t8y2 ef4baba57a feat: support double-clicking .db/.sqlite/.duckdb files to open in IDE
Add OS file association for database files (.db, .sqlite, .sqlite3, .duckdb)
so double-clicking them in Finder/Explorer automatically creates a connection.
If the same file path is already connected, prompts the user to switch instead.

Also fix 42 pre-existing clippy warnings in dbx-core (needless_borrow,
too_many_arguments, derivable_impls, manual_div_ceil, type_complexity, etc.).

Closes #527
2026-05-29 17:25:52 +08:00
..
capabilities feat(desktop): add global UI zoom settings and shortcuts 2026-05-28 17:43:06 +08:00
icons fix(windows): refresh app and tray icons 2026-05-29 01:34:58 +08:00
src feat: support double-clicking .db/.sqlite/.duckdb files to open in IDE 2026-05-29 17:25:52 +08:00
windows/nsis fix: preserve Windows data during upgrades 2026-05-25 16:52:43 +08:00
.gitignore fix: skip macOS framework lookup in dev mode via build.rs 2026-05-07 22:21:13 +08:00
Cargo.lock chore: bump version to 0.4.2 2026-05-06 20:24:13 +08:00
Cargo.toml chore(release): v0.5.24 2026-05-29 02:03:18 +08:00
Entitlements.plist fix: support DuckDB extensions in macOS builds 2026-05-27 10:43:20 +08:00
build.rs fix: add font runtime deps to docker image 2026-05-26 21:42:02 +08:00
tauri.conf.json feat: support double-clicking .db/.sqlite/.duckdb files to open in IDE 2026-05-29 17:25:52 +08:00