Project website: http://www.arangoclient.net
ArangoDB .Net client driver
- Linq to Aql
- Change Tracking
- Asynchronous and Synchronous API
- Stream data with IEnumerable or IAsyncEnumerator
Install-Package ArangoDB.Client
Supported runtimes are .NET 4.5, .NET Core 1.0, Mono/Xamarin, UAP 10.0, WPA 8.1, WIN 8 ...(Except Silverlight)
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.
NOTE: Client now supports ArangoDB v3.0, install older version of the client by Install-Package ArangoDB.Client -Version 0.7.31
if you need to work with ArangoDB v2.8 or erlier