(create-and-get-collection db coll-name)(create-and-get-collection db coll-name options)(create-collection db coll-name)(create-collection db coll-name options)create a new collection entity
create a new collection entity
(create-graph db name edge-definitions options)Create a new graph graph-name. edge-definitions must be a non empty
sequence of maps {:name 'relationName' :from ['collA'...] :to [collB...]}
if the names in sources and targets do not exist on the database,
then new collections will be created.
Create a new graph `graph-name`. edge-definitions must be a non empty
sequence of maps `{:name 'relationName' :from ['collA'...] :to [collB...]}`
if the names in sources and targets do not exist on the database,
then new collections will be created.(get-document db id)(get-document db id as)(get-document db id 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
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
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |