arangoclient.net icon indicating copy to clipboard operation
arangoclient.net copied to clipboard

ArangoDB .NET Client with LINQ support

ArangoDB .Net client driver

Main features

  • Linq to Aql
  • Change Tracking
  • Asynchronous and Synchronous API
  • Stream data with IEnumerable or IAsyncEnumerator

Install

dotnet add package ArangoDB.Client

Tutorial

C# client in 10 minutes will give you a quick tutorial on how client works.


Please open an issue if you need an api that doesnt implemented yet.