Go
Prerequisites
This package requires the TileDB shared library to be installed and on the system path.
Currently the following platforms are supported:
Linux
macOS
Installation
To install the Go bindings:
To install package test dependencies:
Package tests can be run with:
Compatibility
TileDB-Go follows semantic versioning. TileDB-Go version 0.X.Y
is compatible with TileDB core version 1.X.Y
.
Missing Functionality
The following TileDB core library features are missing from the go api:
TileDB object management
Last updated