arango_driver library

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

Classes

ArangoDBClient
CollectionCriteria
CollectionInfo
CollectionKeyOptions
CollectionPropertiesResponse
CollectionPropertiesResult
CollectionResponse
CreateDatabaseInfo
DatabaseUser
DbClient
DbError
DbInfoResult
DbQueryWithClient
DocumentOperationResult
Identifier
Represents a document identifier, composed of its id, key and rev
IdResponse
IndexCriteria
IndexInfo
IndexResponse
KeyOptions
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
TtlIndexCriteria

Extensions

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