Links: - https://jdbc.postgresql.org/documentation/use/
(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`.
(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¶ms.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¶ms.id=123 ->
{'name' 'test', 'params' {'id' '123'}}
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |