Liking cljdoc? Tell your friends :D

monkey.ci.storage.sql

Storage implementation that uses an SQL database for persistence. This namespace provides a layer on top of the entities namespace to perform the required queries whenever a document is saved or loaded.

Storage implementation that uses an SQL database for persistence.  This namespace provides
a layer on top of the entities namespace to perform the required queries whenever a 
document is saved or loaded.
raw docstring

deleted?clj


make-storageclj

(make-storage conn)

overridesclj


select-watched-github-reposclj

(select-watched-github-repos {:keys [conn]} github-id)

unwatch-github-repoclj

(unwatch-github-repo {:keys [conn]} [customer-id repo-id])

watch-github-repoclj

(watch-github-repo {:keys [conn]} {:keys [customer-id] :as repo})

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

× close