Liking cljdoc? Tell your friends :D

clanhr.postgres-gateway.config

Config settings to connect to PG

Config settings to connect to PG
raw docstring

beginclj

(begin config)
source

close-connection!clj

(close-connection! conn)

Closes the given connection

Closes the given connection
sourceraw docstring

commitclj

(commit config)
source

commit-transaction!clj

(commit-transaction! context)

Commits the transaction on the context

Commits the transaction on the context
sourceraw docstring

complete-format-to-mapclj

(complete-format-to-map conn-str)
source

complete-format?clj

(complete-format? conn-str)
source

create-connectionclj

(create-connection)
(create-connection config)

Creates a new connection pool

Creates a new connection pool
sourceraw docstring

db-config-mapclj

(db-config-map)
(db-config-map config)

Gets the current used db config map

Gets the current used db config map
sourceraw docstring

db-poolclj

source

ephemeralpg-format-to-mapclj

(ephemeralpg-format-to-map conn-str)
source

ephemeralpg-format?clj

(ephemeralpg-format? conn-str)
source

get-connectionclj

(get-connection)
(get-connection config)
source

jdbc-str-to-mapclj

(jdbc-str-to-map conn-str)

Converts a jdbc string to a map

Converts a jdbc string to a map
sourceraw docstring

on-shutdownclj

(on-shutdown)

Shuts down the global connection

Shuts down the global connection
sourceraw docstring

rollbackclj

(rollback config)
source

rollback-transaction!clj

(rollback-transaction! context)

Rolls back the transaction on the context

Rolls back the transaction on the context
sourceraw docstring

to-mapclj

(to-map parts)
(to-map parts query-parts)
source

transaction-run!clj

(transaction-run! context f)

Runs the given fn in a transaction. Expects f to return a channel with a result

Runs the given fn in a transaction. Expects f to return a channel
with a result
sourceraw docstring

with-transaction!clj

(with-transaction! context)

Returns a context in a transaction

Returns a context in a transaction
sourceraw docstring

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

× close