dbx/crates
t8y2 3a37d72a42 fix(postgres): prioritize selected schema in search path 2026-07-23 18:24:34 +08:00
..
dbx-cli chore(packages): release 0.4.41 [skip node-packages-release] 2026-07-22 17:29:35 +00:00
dbx-core fix(postgres): prioritize selected schema in search path 2026-07-23 18:24:34 +08:00
dbx-mcp chore(packages): release 0.4.41 [skip node-packages-release] 2026-07-22 17:29:35 +00:00
dbx-web fix(elasticsearch): correct totals and CAT JSON output 2026-07-23 17:06: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.