dbx/crates/dbx-core
t8y2 792c816a17 feat: make query timeout configurable via global settings (default 30s)
Add queryTimeoutSecs to editor settings with UI control in the settings
dialog. 0 means no timeout. Applied to all query execution paths including
sidebar table data loading and EXPLAIN queries.

Closes #441.
2026-05-25 18:30:55 +08:00
..
assets fix(mongo): preserve auth database for commands 2026-05-22 12:44:16 +08:00
src feat: make query timeout configurable via global settings (default 30s) 2026-05-25 18:30:55 +08:00
tests feat(editor): add SQL semantic diagnostics 2026-05-22 14:22:58 +08:00
Cargo.toml refactor(postgres): replace sqlx with tokio-postgres + deadpool-postgres 2026-05-24 18:53:20 +08:00