ArangoDriver is a C# driver for ArangoDB v3.5 NoSQL multi-model database. Driver implements and communicates with database backend through its HTTP API interface for .Net Core.
Based on ArangoDB-NET
There are following ways to install the driver:
download and install nuget package- clone ArangoDriver repository and build master branch to have latest version
- Basic usage
- Database operations
- Collection operations
- Create collection
- Retrieve collection
- Retrieve collection properties
- Retrieve collection count
- Retrieve collection figures
- Retrieve collection revision
- Retrieve collection checksum
- Retrieve all indexes
- Truncate collection
- Load collection
- Unload collection
- Change collection properties
- Rename collection
- Rotate collection journal
- Delete collection
- More examples
- Document and edge operations
- AQL query operations
- AQL user functions management
- Transaction operations
- Index operations
- Foxx operations