TileDB-CSharp icon indicating copy to clipboard operation
TileDB-CSharp copied to clipboard

C# API for TileDB Embedded

Licensed under the MIT License NuGet Test

TileDB-CSharp

This repository contains the official C# bindings of the TileDB Embedded storage engine. See more information in the README of the library project.

Install

The library is available on NuGet.

Build

cd sources/TileDB.CSharp
dotnet build -c Release

Test

cd tests/TileDB.CSharp.Test
dotnet test -c Release

Old version

The SWIG-based 2.x version of this codebase is available in the archive branch.