• Stars
    star
    99
  • Rank 342,249 (Top 7 %)
  • Language
    C#
  • License
    Apache License 2.0
  • Created over 9 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.