- frontend: use e.message instead of String(e) in toErrorResult to avoid "Error: " prefix for HTTP-mode errors, matching connectionErrorMessage - frontend: apply same fix to MongoDocBrowser error display - backend(postgres): use pg_error_to_string across all query execution paths (execute, execute_batch, copy_out, copy_in) to extract DbError details instead of generic transport-layer errors Other databases (MySQL, SQL Server, SQLite, DuckDB) already include server-level error details in their native Error::to_string(). |
||
|---|---|---|
| .. | ||
| 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.