Liking cljdoc? Tell your friends :D

konserve-jdbc.core

Address globally aggregated immutable key-value stores(s).

Address globally aggregated immutable key-value stores(s).
raw docstring

change-row-idclj

(change-row-id connection table from to)

connect-jdbc-storeclj


connect-storeclj

(connect-store db-spec & {:keys [table opts] :as params})

copy-row-statementclj

(copy-row-statement db-type table to from)

create-statementclj

(create-statement db-type table)

dbtypesclj


default-tableclj


delete-statementclj

(delete-statement db-type table)

delete-storeclj

(delete-store db-spec & {:keys [table opts]})

extract-bytesclj

(extract-bytes obj dbtype)

get-connectionclj

(get-connection db-spec)

poolclj


read-allclj

(read-all db-type connection table id)

read-fieldclj

(read-field db-type
            connection
            table
            id
            column
            &
            {:keys [binary? locked-cb] :or {binary? false}})

releaseclj

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

remove-from-poolclj

(remove-from-pool db-spec)

supported-dbtypesclj


update-statementclj

(update-statement db-type table id header meta value)

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

× close