Optional options: GuacamoleOptionsA property that exposes the native ArangoJS
Database instance.
Optional uniqueObjectField: stringOptional options: anyOptional options: anyOptional options: CollectionInsertOptionsOptional options: CollectionInsertOptionsOptional dependencies: any[]Optional options: CollectionRemoveOptionsOptional options: FetchOptionsOptional options: FetchOptionsOptional options: FetchOptionsOptional options: FetchOptionsOptional options: FetchOptionsOptional options: FetchOptionsOptional options: FetchOptionsOptional options: FetchOptionsOptional options: FetchOptionsOptional options: FetchOptionsOptional options: FetchOptionsOptional options: FetchOptionsOptional options: FetchOptionsOptional options: FetchOptionsThe regular driver.query method will return a database cursor. If you wish to just
return all the documents in the result at once (same as invoking cursor.all()),
then use this method instead.
TODO: support for generic types on the retun value
a list of objects
A query, as create by the aql function
Optional options: QueryOptionsDriver options that may be passed in along with the query
Optional trim: DocumentTrimOptionsOptional options: CollectionReadOptionsOptional options: anyOptional options: FetchOptionsWill only return the first value of a query result. One can quite easily handle
this via the AQL query itself, but in cases where you have issued a query where
you would typically expect either no result or exactly one result, or are only interested
in the first result, it may convenient to simply use use this function instead
an object
A query, as create by the aql function
Optional options: FetchOptionsDriver options that may be passed in along with the query
Optional options: CollectionUpdateOptionsOptional options: anyOptional options: FetchOptionsStatic trimOptional options: DocumentTrimOptionsStatic trimOptional options: DocumentTrimOptionsGenerated using TypeDoc
A thin wrapper around an
ArangoJSDatabase instance. It provides direct and easy access to the ArangoJS instance itself, but also adds a few convenience methods, for optional use.The constructor accepts an
ArangoJSConfig