Frontend: add regex-based MongoDB URL parser to handle multi-host URIs that the WHATWG URL parser rejects. Backend: separate server_selection_timeout from connect_timeout for multi-host URIs to prevent topology discovery from being cancelled by tokio timeout. |
||
|---|---|---|
| .. | ||
| dbx-core | ||
| dbx-web | ||
| 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 asdbx-web.
The workspace root is defined in the repository-level Cargo.toml.