https://github.com/tiledb-inc/tiledb-csharp
C# API for TileDB Embedded
https://github.com/tiledb-inc/tiledb-csharp
csharp dotnet tiledb
Last synced: 8 months ago
JSON representation
C# API for TileDB Embedded
- Host: GitHub
- URL: https://github.com/tiledb-inc/tiledb-csharp
- Owner: TileDB-Inc
- License: mit
- Created: 2021-03-22T16:38:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-10-15T00:20:06.000Z (8 months ago)
- Last Synced: 2025-10-15T05:09:06.139Z (8 months ago)
- Topics: csharp, dotnet, tiledb
- Language: C#
- Homepage: https://tiledb-inc.github.io/TileDB-CSharp/
- Size: 17.2 MB
- Stars: 19
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://nuget.org/packages/TileDB.CSharp)
[](https://github.com/TileDB-Inc/TileDB-CSharp/actions/workflows/tiledb-csharp.yml)
# TileDB-CSharp
This repository contains the official C# bindings of the [TileDB Embedded](https://tiledb.com/products/tiledb-embedded) storage engine. See more information in [the README of the library project](sources/TileDB.CSharp/README.md).
## Install
The library is available on [NuGet](https://nuget.org/packages/TileDB.CSharp).
## Build
```bash
cd sources/TileDB.CSharp
dotnet build -c Release
```
## Test
```bash
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`](https://github.com/TileDB-Inc/TileDB-CSharp/tree/archive) branch.