Liking cljdoc? Tell your friends :D

asami.core

A storage implementation over in-memory indexing. Includes full query engine.

A storage implementation over in-memory indexing. Includes full query engine.
raw docstring

create-multi-storeclj/s

(create-multi-store config)

Inputs: [config] Returns: StorageType

Factory function to create a multi-graph-store

Inputs: [config]
Returns: StorageType

Factory function to create a multi-graph-store
sourceraw docstring

create-storeclj/s

(create-store config)

Inputs: [config] Returns: StorageType

Factory function to create a store

Inputs: [config]
Returns: StorageType

Factory function to create a store
sourceraw docstring

empty-multi-storeclj/s

source

empty-storeclj/s

source

get-count-fnclj/s

(get-count-fn graph)

Returns a memoized counting function for the current graph. These functions only last as long as the current graph.

Returns a memoized counting function for the current graph.
These functions only last as long as the current graph.
source (clj)source (cljs)raw docstring

MemoryStorecljs

source

qclj/s≠

clj
(q query & inputs)
cljs
(q G__2952 & rest2953)

Inputs: [query & inputs]

Inputs: [query & inputs]
sourceraw docstring

update-storeclj/s

(update-store {:keys [before-graph graph]} f & args)
source

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

× close