GitHub - TileDB-Inc/TileDB-CSharp: C# API for TileDB Embedded (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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.