File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
33The official ArangoDB Java Driver.
44
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+
511- [ Getting Started] ( GettingStarted/README.md )
612- [ Reference] ( Reference/README.md )
713
@@ -10,5 +16,5 @@ The official ArangoDB Java Driver.
1016- [ ChangeLog] ( https://raw.githubusercontent.com/arangodb/arangodb-java-driver/master/ChangeLog.md )
1117- [ Examples] ( https://github.com/arangodb/arangodb-java-driver/tree/master/src/test/java/com/arangodb/example )
1218- [ 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 )
1420- [ 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