Address globally aggregated immutable key-value stores(s).
Address globally aggregated immutable key-value stores(s).
(change-row-id connection table from to)
(connect-store db-spec
&
{:keys [table opts] :or {table default-table} :as params})
(copy-row-statement db-type table to from)
(create-statement db-type table)
(delete-statement db-type table)
(delete-store db-spec & {:keys [table opts] :or {table default-table}})
(extract-bytes obj dbtype)
(get-connection db-spec)
(read-field db-type
connection
table
id
column
&
{:keys [binary? locked-cb] :or {binary? false}})
(release store env)
Must be called after work on database has finished in order to close connection
Must be called after work on database has finished in order to close connection
(remove-from-pool db-spec)
(update-statement db-type table id header meta value)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close