Go
This package requires the TileDB shared library to be installed and on the system path.
Currently the following platforms are supported:
- Linux
- macOS
To install the Go bindings:
go get -v github.com/TileDB-Inc/TileDB-Go
To install package test dependencies:
go get -vt github.com/TileDB-Inc/TileDB-Go
Package tests can be run with:
go test github.com/TileDB-Inc/TileDB-Go
TileDB-Go follows semantic versioning. TileDB-Go version
0.X.Y
is compatible with TileDB core version 1.X.Y
.The following TileDB core library features are missing from the go api:
- TileDB object management
Last modified 3mo ago