adbc-driver-manager
Database access libraries for Apache Arrow
Database access libraries for Apache Arrow
To install this package, run one of the following:
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.
Summary
Database access libraries for Apache Arrow
Last Updated
Mar 22, 2023 at 00:22
License
Apache-2.0
Total Downloads
18
Supported Platforms
GitHub Repository
https://github.com/apache/arrow-adbcDocumentation
https://arrow.apache.org/docs/