dbx/src-tauri
t8y2 a450405b0d perf(agent): reuse daemon process for test_connection to avoid JVM cold start
Keep a per-db-type daemon agent process alive in AgentManager. test_connection
now reuses the warm daemon instead of spawning a new JVM each time. If the
daemon dies, it auto-respawns on next call.
2026-05-13 05:08:55 +08:00
..
capabilities feat(data): support connection URLs and XLSX export 2026-05-09 23:11:15 +08:00
icons feat: initial release 2026-04-29 18:09:23 +08:00
src perf(agent): reuse daemon process for test_connection to avoid JVM cold start 2026-05-13 05:08:55 +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 Revert "feat(cli): add dbx-cli runtime and agent integration (#229)" 2026-05-12 17:31:54 +08:00
build.rs fix: skip macOS framework lookup in dev mode via build.rs 2026-05-07 22:21:13 +08:00
tauri.conf.json chore: bump version to 0.5.4 2026-05-12 14:56:10 +08:00