dbx/crates
ptma e7ee0c9ec1
fix(questdb): handle materialized views and unify table_type naming
* fix(questdb): handle materialized views

* fix(test): fix rust test problems
2026-06-18 11:40:57 +08:00
..
dbx-core fix(questdb): handle materialized views and unify table_type naming 2026-06-18 11:40:57 +08:00
dbx-web fix: sort tables by FK dependency in transfer and export 2026-06-18 00:00:37 +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.