No cljdoc config found, articles auto discovered.
Library authors can specify article order and hierarchy.
→ Articles docs
(close-database!)
(delete-rows table where-params)
(do-commands & commands)
(insert-record table record)
(insert-records & args)
(query & query)
(update-values table where-params record)
(use-database! jdbcurl user pass)
jdbcurl: jdbc:mysql://localhost/test
(with-db & body)
cljdoc is a website building & hosting documentation for Clojure/Script libraries