Commit Graph

12 Commits

Author SHA1 Message Date
t8y2 4bcf618162 feat(cli): migrate CLI to native Rust binary 2026-07-18 22:29:29 +08:00
t8y2 8d7dc695bb feat(mcp): run server from Rust binary 2026-07-18 17:57:44 +08:00
t8y2 d3887c9936 fix(mysql): update sha256_password authentication support 2026-07-17 17:30:05 +08:00
t8y2 6628ea39da fix(build): enable full link-time optimization in release profile 2026-05-29 01:58:56 +08:00
t8y2 556edaf193 fix(mysql): support sha256_password authentication 2026-05-27 12:56:35 +08:00
t8y2 a15ce1f6c7 build: switch tokio-postgres-gaussdb patch from local path to git URL 2026-05-25 19:25:37 +08:00
t8y2 234099aebd feat: use native postgres path for GaussDB connections 2026-05-25 19:25:35 +08:00
t8y2 25b845aee2 chore(repo): polish github project layout 2026-05-18 02:45:32 +08:00
t8y2 bf58045a28 Revert "feat(cli): add dbx-cli runtime and agent integration (#229)"
This reverts commit 58c47adef5, reversing
changes made to 3bcec8ef7f.
2026-05-12 17:31:54 +08:00
Illuminated2020 5720f05dd0 feat(cli): 添加 CLI crate 骨架 2026-05-12 16:43:46 +08:00
t8y2 8cc4dfb268 fix: update workspace paths and optimize Rust caching in CI workflows 2026-05-05 21:45:17 +08:00
t8y2 cf4f25fd52 feat: extract dbx-core crate for web deployment support
Refactor all database drivers, query execution, schema operations, and
business logic into a shared `dbx-core` crate. The Tauri desktop app
becomes a thin shell delegating to dbx-core, enabling future web and
CLI frontends to reuse the same core.
2026-05-05 03:16:24 +08:00