dbx/src-tauri/src/commands
t8y2 6e0f4e1dc3 feat: enable driver management on web version
- Extract JDBC driver/plugin logic from Tauri commands to dbx-core::jdbc
- Add web API routes for JDBC drivers, JDBC plugin, Agent JAR import, system fonts
- Upgrade zip crate from v2 to v4 in dbx-core
- Replace http.ts stubs with real HTTP calls (support File and string paths)
- Remove isWeb restrictions in DriverStoreDialog, add browser file picker support
- Fix Mac traffic light inset incorrectly applied on web version
- Show driver management toolbar button on web version
2026-05-26 01:23:26 +08:00
..
agents.rs feat(driver-store): add storage usage breakdown 2026-05-22 18:05:59 +08:00
ai.rs feat(ai): add model list fetching in settings (#364) 2026-05-20 16:14:56 +08:00
app_settings.rs fix(app-settings): persist and prune pinned tree nodes 2026-05-22 14:28:40 +08:00
connection.rs feat: add ClickHouse TLS connection support 2026-05-25 21:07:22 +08:00
connection_secrets.rs
csv_export.rs feat(export): move csv and xlsx generation to Rust backend 2026-05-22 14:56:40 +08:00
data_compare.rs feat(diff): move schema and data diff to Rust 2026-05-22 16:20:11 +08:00
database_export.rs feat: export entire database as SQL file 2026-05-13 01:08:16 +08:00
deep_link.rs Support DBX connection deep links (#359) 2026-05-20 16:10:14 +08:00
external_sql.rs feat(app): handle SQL export and tray updates 2026-05-18 18:39:59 +08:00
history.rs
mcp_bridge.rs feat(mcp): add bridge data endpoints for all database types 2026-05-13 18:45:02 +08:00
mod.rs feat(diff): move schema and data diff to Rust 2026-05-22 16:20:11 +08:00
mongo_cmd.rs feat(mongo): add filter/sort support and fix table view editing 2026-05-14 14:43:26 +08:00
plugins.rs feat: enable driver management on web version 2026-05-26 01:23:26 +08:00
query.rs feat: make query timeout configurable via global settings (default 30s) 2026-05-25 18:30:55 +08:00
query_cancel.rs
redis_cmd.rs feat(redis): search keys by value 2026-05-18 21:27:47 +08:00
saved_sql.rs feat(sql): persist SQL library in app database 2026-05-10 00:41:17 +08:00
schema.rs fix: filter SQL completion tables 2026-05-13 11:01:59 +08:00
schema_cache.rs
schema_diff.rs feat(diff): move schema and data diff to Rust 2026-05-22 16:20:11 +08:00
sql_file.rs fix: handle MySQL backup SQL import 2026-05-16 12:13:40 +08:00
system_fonts.rs feat: enable driver management on web version 2026-05-26 01:23:26 +08:00
table_import.rs fix(core): reduce async blocking and allocation hotspots 2026-05-23 14:45:45 +08:00
text_export.rs feat(export): move text exports to Rust 2026-05-22 15:41:33 +08:00
transfer.rs
update.rs
xlsx_export.rs feat(export): move csv and xlsx generation to Rust backend 2026-05-22 14:56:40 +08:00