This repository contains the official C# bindings of the TileDB Embedded storage engine. See more information in the README of the library project.
The library is available on NuGet.
cd sources/TileDB.CSharp
dotnet build -c Release
cd tests/TileDB.CSharp.Test
dotnet test -c Release
The SWIG-based 2.x version of this codebase is available in the archive
branch.