Remove the hardcoded 12-type whitelist for the URL params form field so all database types (including agent-driven ones like oceanbase-oracle) can set custom URL parameters. Also append url_params to oceanbase-oracle connection URLs in the Rust backend (matching the existing Postgres/Redshift pattern). |
||
|---|---|---|
| .. | ||
| 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.