This is a framework for developing ADBC drivers in Go. It is forked from the framework upstream in apache/arrow-adbc. The upstream framework is marked as an internal package, and is hence not usable from outside the repository itself.
This is not meant to be installed directly.
Developers can add this to a project via go get:
go get github.com/adbc-drivers/driverbase-go/driverbase
go get github.com/adbc-drivers/driverbase-go/testutil
go get github.com/adbc-drivers/driverbase-go/validationdriverbaseis a framework for building ADBC drivers.testutilcontains common helpers for writing unit tests.validationcontains basic integration tests for ADBC drivers.
Currently there is no other documentation. Eventually, API documentation will be made available on go.dev.
See CONTRIBUTING.md.
See CONTRIBUTING.md.