Liking cljdoc? Tell your friends :D

sked.sql


->jsonclj


->pgobjectclj

(->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`
raw docstring

<-jsonclj


<-pgobjectclj

(<-pgobject v)

Transform PGobject containing json or jsonb value to Clojure data.

Transform PGobject containing `json` or `jsonb` value to Clojure
data.
raw docstring

execute!clj

(execute! m conn)

execute-1!clj

(execute-1! m conn)

mapperclj

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

× close