jeff-pang / arangoclient.net

ArangoDB .NET Client with LINQ support

Home Page:http://www.arangoclient.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArangoDB .Net client driver

Main features

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

Install

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)

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.

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

About

ArangoDB .NET Client with LINQ support

http://www.arangoclient.net

License:Apache License 2.0


Languages

Language:C# 99.9%Language:Batchfile 0.1%