Liking cljdoc? Tell your friends :D
Clojure only.

mlib.pg.conn


pooled-datasourceclj

(pooled-datasource db-spec)

db-spec { :jdbcUrl "jdbc:postgresql://host:5432/database?username=test&password=qwe123" :auto-commit false ;; for :fetch-size statement option) }

db-spec 
{
  :jdbcUrl "jdbc:postgresql://host:5432/database?username=test&password=qwe123"
  :auto-commit false ;; for :fetch-size statement option)
}
raw docstring

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

× close