File tree 1 file changed +7
-1
lines changed 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The official ArangoDB Java Driver.
4
4
5
+ It can be used synchronously as well as asynchronously. The formerly separate async
6
+ driver with the same API as the synchronous driver, except that it returned a
7
+ ` CompletableFuture<T> ` instead of the result ` T ` directly, was merged into this
8
+ driver in version 6.2.0. See
9
+ [ async examples] ( https://github.com/arangodb/arangodb-java-driver/tree/master/src/test/java/com/arangodb/async/example ) {: target ="_ blank"}.
10
+
5
11
- [ Getting Started] ( GettingStarted/README.md )
6
12
- [ Reference] ( Reference/README.md )
7
13
@@ -10,5 +16,5 @@ The official ArangoDB Java Driver.
10
16
- [ ChangeLog] ( https://raw.githubusercontent.com/arangodb/arangodb-java-driver/master/ChangeLog.md )
11
17
- [ Examples] ( https://github.com/arangodb/arangodb-java-driver/tree/master/src/test/java/com/arangodb/example )
12
18
- [ Tutorial] ( https://www.arangodb.com/tutorials/tutorial-sync-java-driver/ )
13
- - [ JavaDoc] ( http://arangodb.github.io/arangodb-java-driver/javadoc-4_3 /index.html )
19
+ - [ JavaDoc] ( http://arangodb.github.io/arangodb-java-driver/javadoc-6_3 /index.html )
14
20
- [ JavaDoc VelocyPack] ( http://arangodb.github.io/java-velocypack/javadoc-1_0/index.html )
You can’t perform that action at this time.
0 commit comments