Liking cljdoc? Tell your friends :D

clj-arangodb.arangodb.databases


collectionclj

(collection db coll-name)
source

collection-exists?clj

(collection-exists? db collection-name)
source

create-and-get-collectionclj

(create-and-get-collection db coll-name)
(create-and-get-collection db coll-name options)
source

create-collectionclj

(create-collection db coll-name)
(create-collection db coll-name options)

create a new collection entity

create a new collection entity
sourceraw docstring

create-graphclj

(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.
sourceraw docstring

dropclj

(drop db)
source

exists?clj

(exists? db)
source

get-collectionclj

source

get-collection-namesclj

(get-collection-names db)
source

get-collectionsclj

(get-collections db)
(get-collections db options)
source

get-documentclj

(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
sourceraw docstring

get-graphclj

source

get-graphsclj

(get-graphs db)
source

get-infoclj

(get-info db)
source

graphclj

(graph db graph-name)
source

graph-exists?clj

(graph-exists? db graph-name)
source

queryclj

(query db aql-query)
(query db aql-query as)
(query db aql-query options as)
(query db aql-query bindvars options as)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close