Skip to content

ra0o0f/arangoclient.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArangoDB .Net client driver written in c# portable class library[.net 4.5, winphone 8.1]

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


Main features

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

Client now supports database, collections, documents, edges, general graphs, traversal, simple queries, aql queries & methods and transaction operations.

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