(->pgobject x)
Transforms Clojure data to a PGobject that contains the data as
JSON. PGObject type defaults to jsonb
but can be changed via
metadata key :pgtype
Transforms Clojure data to a PGobject that contains the data as JSON. PGObject type defaults to `jsonb` but can be changed via metadata key `:pgtype`
(<-pgobject v)
Transform PGobject containing json
or jsonb
value to Clojure
data.
Transform PGobject containing `json` or `jsonb` value to Clojure data.
(execute! m conn)
(execute-1! m conn)
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 |