Driver Manager¶
This document describes the Java driver manager.
Note
This driver manager can only load drivers developed in Java (or other JVM languages). The JNI Driver Manager should be used to load drivers from other ecosystems (including drivers developed in C/C++, Go, and Rust). Currently, far more drivers are available though JNI than are available in pure-Java.
Installation¶
To include the ADBC Driver Manager in your Maven project, add the following dependency:
<dependency>
<groupId>org.apache.arrow.adbc</groupId>
<artifactId>adbc-driver-manager</artifactId>
<version>${adbc.version}</version>
</dependency>
API Reference¶
See the API reference.