Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 613 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 613 Bytes
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

Install-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.