Database access libraries for Apache Arrow
ADBC is an API standard for database access libraries ("drivers") in C and Java that uses Arrow for data. Instead of writing code for each individual database, applications can build against the ADBC APIs, and link against drivers that implement the standard. Additionally, a JDBC/ODBC-style driver manager is provided. This also implements the ADBC APIs, but dynamically loads drivers and dispatches calls to them.