Liking cljdoc? Tell your friends :D

compute.datomic-client-memdb.core


Clientclj


clientclj

(client arg-map)

Returns a Client record that implements the Datomic Client API Protocol. Optionally takes :db-name-as-uri-fn which is a function that is passed a db-name and is expected to return a Datomic Peer database URI. Note that this function is passed a '*' when list-databases is called.

Returns a Client record that implements the Datomic Client API Protocol. Optionally
takes :db-name-as-uri-fn which is a function that is passed a db-name and is
expected to return a Datomic Peer database URI. Note that this function is passed
a '*' when list-databases is called.
raw docstring

closeclj

(close client)

Cleans up the Datomic Peer Client by deleting all databases.

Cleans up the Datomic Peer Client by deleting all databases.
raw docstring

collection-query?clj

(collection-query? query)

free-uriclj

(free-uri db-name)

Returns the default Datomic free database URI for db-name.

Returns the default Datomic free database URI for `db-name`.
raw docstring

memdb-uriclj

(memdb-uri db-name)

Returns a Datomic mem database URI for db-name.

Returns a Datomic mem database URI for `db-name`.
raw docstring

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

× close