dbx/src-tauri/src/commands
t8y2 2973bb1cd5 feat: add Highgo (瀚高) database support
Add full support for Highgo database, a PostgreSQL-compatible Chinese
domestic database. Includes database type definition, connection dialog,
agent driver mapping, and database icon.
2026-05-15 14:35:19 +08:00
..
agents.rs feat: add Highgo (瀚高) database support 2026-05-15 14:35:19 +08:00
ai.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
connection.rs feat: add Highgo (瀚高) database support 2026-05-15 14:35:19 +08:00
connection_secrets.rs feat: migrate storage from JSON files to SQLite 2026-05-05 04:48:45 +08:00
database_export.rs feat: export entire database as SQL file 2026-05-13 01:08:16 +08:00
history.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
mcp_bridge.rs feat(mcp): add bridge data endpoints for all database types 2026-05-13 18:45:02 +08:00
mod.rs feat(agent): pluggable database drivers via JDBC agent subprocess 2026-05-13 04:44:52 +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: migrate all downloads to R2 CDN with race_download 2026-05-14 16:45:55 +08:00
query.rs fix(oracle): 修复表数据加载与编辑 2026-05-11 16:35:59 +08:00
query_cancel.rs feat: extract dbx-core crate for web deployment support 2026-05-05 03:16:24 +08:00
redis_cmd.rs feat(redis): add key statistics tracking for database browser (#269) 2026-05-14 16:24:46 +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 feat(schema): 增加数据库对象列表缓存 2026-05-09 17:36:20 +08:00
sql_file.rs feat(query): set schema context (search_path) before query execution (#113) 2026-05-06 18:22:41 +08:00
table_import.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
transfer.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
update.rs feat: extract dbx-core crate for web deployment support 2026-05-05 03:16:24 +08:00