(get-document coll key)
(get-document coll key as)
(get-document coll key as options)
Class represents the class of the returned document.
String
will return a json encoding
VpackSlice
will return a arangodb velocypack slice
BaseDocument
will return a java object
Map
will return a java map
Class represents the class of the returned document. `String` will return a json encoding `VpackSlice` will return a arangodb velocypack slice `BaseDocument` will return a java object `Map` will return a java map
(get-documents coll keys)
(get-documents coll keys as)
Class represents the class of the returned document.
String
will return a json encoding
VpackSlice
will return a arangodb velocypack slice
BaseDocument
will return a java object
Map
will return a java map
Class represents the class of the returned document. `String` will return a json encoding `VpackSlice` will return a arangodb velocypack slice `BaseDocument` will return a java object `Map` will return a java map
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close