(view id
db-or-db-fn
hsql-fn
&
[{:keys [row-fn result-set-fn]
:or {row-fn identity result-set-fn doall}
:as options}])
Creates a Honey SQL view that uses a JDBC database configuration. The db passed in can either be a standard database connection map, or it can be a function that gets passed a namespace and returns a database connection map.
Creates a Honey SQL view that uses a JDBC database configuration. The db passed in can either be a standard database connection map, or it can be a function that gets passed a namespace and returns a database connection map.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close