Liking cljdoc? Tell your friends :D

district.server.db


*transform-result-keys-fn*cljs


allcljs

(all sql-map)

dbcljs


getcljs

(get sql-map)

order-by-similaritycljs

(order-by-similarity col-name s & [{:keys [:suffix :prefix]}])

run!cljs

(run! sql-map)

startcljs

(start {:keys [:path :opts :transform-result-keys-fn :sql-name-transform-fn]
        :or {path ":memory:"
             sql-name-transform-fn
               (comp (fn* [p1__8456#] (string/replace p1__8456# "_STAR_" "*"))
                     (fn* [p1__8457#]
                          (string/replace p1__8457# "_PERCENT_" "%"))
                     munge)
             transform-result-keys-fn (comp keyword demunge)}})

stopcljs

(stop db)

total-countcljs

(total-count sql-map & [opts])

total-count-querycljs

(total-count-query sql-map
                   &
                   [{:keys [:count-distinct-column :count-select]
                     :or {count-select [:%count.*]}}])

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

× close