dbx/crates
t8y2 a5eb6fd1fa
fix(oracle): classify minus queries as set operations
2026-07-27 21:18:16 +08:00
..
dbx-cli feat(elasticsearch): add custom checks and tabular REST results 2026-07-27 18:55:37 +08:00
dbx-core fix(oracle): classify minus queries as set operations 2026-07-27 21:18:16 +08:00
dbx-mcp feat(elasticsearch): add custom checks and tabular REST results 2026-07-27 18:55:37 +08:00
dbx-web feat(connection): add editable connection notes 2026-07-27 17:01:23 +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.