(create-design-document name a-list)
Creates a DesignDocument giving the name and a-list of views
Creates a DesignDocument giving the name and a-list of views
(create-spatial-view name string)
Creates a SpatialView giving a name and the string of the function of the view
Creates a SpatialView giving a name and the string of the function of the view
(create-view {:keys [name map reduce]})
(create-view name string-map)
(create-view name string-map string-reduce)
(design-document->map document)
Converts a DesignDocument to a map
Converts a DesignDocument to a map
(flush! bucket-manager)
(flush! bucket-manager time time-type)
On 2.2.7 doesn't work properly
On 2.2.7 doesn't work properly
(insert-design-document! bucket-manager design)
Inserts the design to the bucketManager
Inserts the design to the bucketManager
(map->design-document {:keys [name views]})
Converts a DesignDocument to a map
Converts a DesignDocument to a map
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close