ArangoDB Java Driver

The official ArangoDB Java Driver.

It can be used synchronously as well as asynchronously. The formerly separate async driver with the same API as the synchronous driver, except that it returned a CompletableFuture<T> instead of the result T directly, was merged into this driver in version 6.2.0. See async examples.

See Also