proxy.golang.org : github.com/tiledb-inc/tiledb-go : v0.23.0
Package tiledb is a idomatic go binding to tiledb's c_api. Go structs are used for object style access to tiledb types, such as Config and ArraySchema. Tiledb c objects that are alloc'ed are set to be freeded on garbage collection using `runtime.SetFinalizer`. For more information on TileDB see official docs, https://docs.tiledb.io/en/stable . Semantic Versioning is followed for this package and for compatibility with upcoming vgo. See compatibility section of Readme for a mapping of TileDB-Go package to tiledb core library versions, https://github.com/TileDB-Inc/TileDB-Go/blob/master/README.md#compatibility . See readme for installation requirements and instructions: https://github.com/TileDB-Inc/TileDB-Go/blob/master/README.md#installation . See quickstart_dense_test.go and quickstart_sparse_test.go for examples. Also checkout the official tiledb quickstart docs https://docs.tiledb.io/en/latest/quickstart.html ExampleDenseArray shows and example creation, writing and reading of a dense array ExampleSparseArray shows and example creation, writing and reading of a sparse array
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/tiledb-inc/tiledb-go@v0.23.0
Published:
Indexed:
Related tag:
v0.23.0
- github.com/davecgh/go-spew v1.1.0
- github.com/mattn/go-pointer v0.0.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.6.1
- go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c