dbx/src-tauri
t8y2 bfec556e9b feat(readonly): add read-only mode for all database connections
- Add read_only field to ConnectionConfig with backward-compatible serde defaults
- SQL classifier with first-keyword + embedded keyword defense layers
- PRAGMA white-listing for safe read-only operations
- Guard all write entry points: SQL, Mongo, Redis, etcd, MCP Bridge
- 16 unit tests covering edge cases (CTE, case insensitivity, string masking)
- 7-language i18n support
- Fast-fail at command/route level before pool creation

Closes #889
2026-06-10 11:58:18 +08:00
..
capabilities feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
icons Add configurable black app icons and logo (#564) 2026-05-31 10:15:59 +08:00
src feat(readonly): add read-only mode for all database connections 2026-06-10 11:58:18 +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 0.5.30 2026-06-08 02:26:25 +08:00
Entitlements.plist fix: support DuckDB extensions in macOS builds 2026-05-27 10:43:20 +08:00
build.rs feat: custom theme system with PostgreSQL PL/pgSQL highlighting fix 2026-06-06 20:59:21 +08:00
tauri.conf.json feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00