dbx/crates
t8y2 290693e0fa
fix(oracle): prefix bare routine sources for saving
2026-08-01 00:06:33 +08:00
..
dbx-cli feat(spatial): add SRID-aware geometry previews 2026-07-31 22:31:51 +08:00
dbx-core fix(oracle): prefix bare routine sources for saving 2026-08-01 00:06:33 +08:00
dbx-mcp feat(spatial): add SRID-aware geometry previews 2026-07-31 22:31:51 +08:00
dbx-web fix(sqlserver): honor USE context in completions 2026-07-31 21:22:31 +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.