dbx/crates
zipg 7b47edde3d
fix(postgres): prevent CTE DML statements from being paginated
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-24 18:08:31 +08:00
..
dbx-core fix(postgres): prevent CTE DML statements from being paginated 2026-06-24 18:08:31 +08:00
dbx-web fix(connection): recover connection state after VPN failures (#641) 2026-06-24 01:44:46 +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.