dbx/src-web/src/routes
t8y2 88ad579a27 feat(mongo): add filter/sort support and fix table view editing
- Add filter and sort parameters to MongoDB find_documents across the
  full stack (driver, ops, tauri cmd, web routes, frontend API)
- Add find/sort input bar to MongoDocBrowser table view via DataGrid
  search-bar slot, matching WHERE/ORDER BY positioning
- Fix table view editing: allow cell editing when customSave is provided
  (bypasses primary key requirement for MongoDB)
- Fix replace_one WriteError 66 by removing _id from replacement doc
- Align action buttons (refresh, add row, commit) to the right in grid
2026-05-14 14:43:26 +08:00
..
ai.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
connection.rs feat(proxy): 增加数据库和 AI 代理支持 2026-05-11 15:05:25 +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
layout.rs chore: add rustfmt.toml and apply unified code formatting 2026-05-05 14:16:18 +08:00
mod.rs feat(docs): 升级首页与更新日志 2026-05-13 01:04:58 +08:00
mongo.rs feat(mongo): add filter/sort support and fix table view editing 2026-05-14 14:43:26 +08:00
plugins.rs feat(jdbc): add optional JDBC plugin support 2026-05-10 12:57:38 +08:00
query.rs add: 增加对于查询得到的结果集直接进行数据编辑的功能。当查询是单表且包含主键(有联合主键时包含全部主键)时,可以在结果集内双击单元格修改数据,修改结果以事务形式提交或回滚。 2026-05-07 15:09:59 +08:00
redis.rs feat(driver-store): badge-style version/size, refresh button, fix dameng icon 2026-05-13 12:26:56 +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 perf: full-stack performance and security hardening 2026-05-11 00:18:09 +08:00
table_import.rs perf: full-stack performance and security hardening 2026-05-11 00:18:09 +08:00
transfer.rs perf: full-stack performance and security hardening 2026-05-11 00:18:09 +08:00
update.rs feat(update): add API endpoint to retrieve app version and update client-side calls 2026-05-05 16:01:38 +08:00