Liking cljdoc? Tell your friends :D

utility-belt.sql.model


load-sql-fileclj

(load-sql-file file)

Loads given SQL file and injects db function definitions into current namespace

Loads given SQL file and injects db function definitions into current namespace
sourceraw docstring

load-sql-file-vec-fnsclj

(load-sql-file-vec-fns file)

Loads given SQL file and injects debug versions of db functions. Functions get a -sqlvec suffix and can be used to debug what sort of query will be generated without actually running it.

Loads given SQL file and injects debug versions of db functions.
Functions get a `-sqlvec` suffix and can be used to debug what sort of query
will be generated without actually running it.
sourceraw docstring

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

× close