- Use client.transaction() for safer transaction handling - Add prepare_cached for all system queries to enable statement caching - Use query_raw streaming to avoid buffering large result sets - Add batch_execute support for bulk DDL scripts - Add COPY protocol support (copy_in / copy_out) for fast data transfer - Add pg_quote_ident to prevent SQL injection in SET search_path - Increase connection pool max_size from 5 to 10 - Fix list_indexes bounds check for expression indexes |
||
|---|---|---|
| .. | ||
| 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.