Liking cljdoc? Tell your friends :D

pg.connection-uri

Links:
- https://jdbc.postgresql.org/documentation/use/
raw docstring

error!cljmacro

(error! template & args)
source

parseclj

(parse connection-uri)

Parse a string URI into a map of Config options. See pg.core/->config.

Parse a string URI into a map of Config options.
See `pg.core/->config`.
sourceraw docstring

parse-boolclj

(parse-bool line)
source

parse-longclj

(parse-long line)
source

parse-query-stringclj

(parse-query-string line)

Parse a decoded query string line into a Clojure map. Arguments with dots are treated as nested maps, e.g.:

name=test&params.id=123 -> {'name' 'test', 'params' {'id' '123'}}

Parse a decoded query string line into a Clojure map.
Arguments with dots are treated as nested maps, e.g.:

name=test&params.id=123 ->
{'name' 'test', 'params' {'id' '123'}}
sourceraw docstring

parse-refclj

(parse-ref line)
source

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

× close