Liking cljdoc? Tell your friends :D

ez-database.model


defmodelcljmacro

(defmodel model-name opts)
source

IModelcljprotocol

deleteclj

(delete model db constraints)

insertclj

(insert model db values)

selectclj

(select model db constraints)

updateclj

(update model db constraints value)
source

Modelclj

source

modelclj

(model {:keys [model transformation transformation-opts model-name table]
        :as data})
source

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

× close