dbx/crates
zipg a6f1a9a871
fix(editor): preserve current SQL execution boundaries
2026-08-04 00:37:42 +08:00
..
dbx-cli chore(packages): release 0.4.53 [skip node-packages-release] 2026-08-03 03:21:29 +00:00
dbx-core fix(editor): preserve current SQL execution boundaries 2026-08-04 00:37:42 +08:00
dbx-mcp fix(mongodb): support collation for find queries 2026-08-04 00:37:13 +08:00
dbx-web fix(mongodb): support collation for find queries 2026-08-04 00:37:13 +08:00
README.md

README.md

Crates

Rust crates for DBX live here.

Directories

  • dbx-core/ - shared database core, drivers, schema/query logic, import/export, transfer, and plugin support.
  • dbx-web/ - the Docker/web backend service binary published as dbx-web.

The workspace root is defined in the repository-level Cargo.toml.