arango_driver library

Provides a driver to connect to ArangoDb and perform data manipulation and queries.

Classes

ArangoDBClient
CollectionInfo
CollectionPropertiesResponse
CollectionResponse
CreateDatabaseInfo
DatabaseUser
DbInfoResult
Identifier
Represents a document identifier, composed of its id, key and rev
IdResponse
IndexInfo
IndexResponse
OperationResult
Query
Constructor for constructing query as object from understandable arguments with condition support. Query object do not call database. Query object can be converting to Map via toMap() method and used as argument to query() method of database client for sending. For debug purpose query object can be printed as String, because it has toString() method. Sample:
QueryWithClient
Result
ResultResponse<T>
Transaction
TransactionOptions
TransactionResponse

Extensions

ArangoClientQuery on ArangoDBClient
Adds the newQuery method to the ArangoDBClient class.