Skip to content

Base framework and other libraries for developing ADBC drivers.

License

Notifications You must be signed in to change notification settings

adbc-drivers/driverbase-go

Go Framework for Apache Arrow ADBC Drivers

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.

Installation

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/validation

Usage

  • driverbase is a framework for building ADBC drivers.
  • testutil contains common helpers for writing unit tests.
  • validation contains basic integration tests for ADBC drivers.

Currently there is no other documentation. Eventually, API documentation will be made available on go.dev.

Building

See CONTRIBUTING.md.

Contributing

See CONTRIBUTING.md.

About

Base framework and other libraries for developing ADBC drivers.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages