dbx/crates
Guoyu Su d0a55b1b07
fix(sqlite): normalize database context routing
2026-07-30 03:12:02 +08:00
..
dbx-cli chore(packages): release 0.4.45 [skip node-packages-release] 2026-07-29 04:56:35 +00:00
dbx-core fix(sqlite): normalize database context routing 2026-07-30 03:12:02 +08:00
dbx-mcp feat(mcp): add stateful pinned query sessions 2026-07-30 00:58:40 +08:00
dbx-web fix(updater): clean runtime resources before restart 2026-07-30 02:14:23 +08:00
README.md docs(repo): add directory readmes 2026-05-18 02:50:50 +08:00

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.