Go

After installing the Go bindings, download any of the TileDB-Go examples, and then run with:

# <example_name> could be `quickstart_dense_test.go`
go run <example_name>

Last updated