Installation#
Note
See individual driver pages in the sidebar for specific installation instructions.
C/C++#
At this time, separate packages for C/C++-based drivers are not available.
Go#
Add a dependency on the driver package, for example:
go get -u github.com/apache/arrow-adbc/go/adbc@latest
go get -u github.com/apache/arrow-adbc/go/adbc/driver/flightsql@latest
Java#
Add a dependency on the driver package, for example:
org.apache.arrow.adbc:adbc-driver-flight-sql
org.apache.arrow.adbc:adbc-driver-jdbc
Python#
Install the appropriate driver package from PyPI, for example:
pip install adbc_driver_postgresql
pip install adbc_driver_sqlite