dbx/src-tauri/src/commands
rarnu 814fda7433 add: 增加对于查询得到的结果集直接进行数据编辑的功能。当查询是单表且包含主键(有联合主键时包含全部主键)时,可以在结果集内双击单元格修改数据,修改结果以事务形式提交或回滚。 2026-05-07 15:09:59 +08:00
..
ai.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
connection.rs feat: replace GaussDB ODBC driver with native rust-gaussdb 2026-05-07 03:34:19 +08:00
connection_secrets.rs feat: migrate storage from JSON files to SQLite 2026-05-05 04:48:45 +08:00
history.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
mcp_bridge.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
mod.rs feat: migrate storage from JSON files to SQLite 2026-05-05 04:48:45 +08:00
mongo_cmd.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
query.rs add: 增加对于查询得到的结果集直接进行数据编辑的功能。当查询是单表且包含主键(有联合主键时包含全部主键)时,可以在结果集内双击单元格修改数据,修改结果以事务形式提交或回滚。 2026-05-07 15:09: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 chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
schema.rs feat: extract dbx-core crate for web deployment support 2026-05-05 03:16:24 +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