Liking cljdoc? Tell your friends :D

yle-clj-sql.db-init


connection-testclj

(connection-test)

db-connectionclj

(db-connection)

init-dbclj

(init-db migrations)

migration-db-connectionclj

(migration-db-connection)

Use separate DB connection for migration purposes. Disable preparedStatement caching because it isn't really bullet-proof when underlying DB structure changes: https://github.com/pgjdbc/pgjdbc/issues/496

Use separate DB connection for migration purposes. Disable preparedStatement caching because
it isn't really bullet-proof when underlying DB structure changes: https://github.com/pgjdbc/pgjdbc/issues/496
raw docstring

poolclj

(pool db-spec)

startclj

(start db-spec)

stopclj

(stop)

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

× close