ADBC Go API Specification#
In Go, ADBC consists of a set of interface definitions in the package
github.com/apache/arrow-adbc/go/adbc
.
Broadly, the interfaces are organized similarly to the C API specification, and bindings to the C API can be created easily.
See apache/arrow-adbc commit f044edf5256abfb4c091b0ad2acc73afea2c93c0 for the definitions.