This repository provides authoritative mappings between identifiers used in the ADBC ecosystem. All identifiers use lowercase slug format. Canonical driver names correspond to the driver names used to install drivers with dbc. These mappings are intended for use in ADBC client libraries, connection string parsers, driver managers, and related tools.
This repository currently contains two mapping files:
| File | Description |
|---|---|
alias-to-driver.yaml |
Maps driver aliases to canonical driver names |
system-to-driver.yaml |
Maps system names to compatible/preferred driver names |
These mappings are only valid as forward mappings (left to right). The reverse direction is not necessarily meaningful or valid.