Liking cljdoc? Tell your friends :D

collet.actions.jdbc-pg


->jsonclj


->pg-intervalclj

(->pg-interval duration)

Takes a Duration instance and converts it into a PGInterval instance where the interval is created as a number of seconds.

Takes a Duration instance and converts it into a PGInterval
instance where the interval is created as a number of seconds.
raw docstring

->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


<-pg-intervalclj

(<-pg-interval interval)

Takes a PGInterval instance and converts it into a Duration instance. Ignore sub-second units.

Takes a PGInterval instance and converts it into a Duration
instance. Ignore sub-second units.
raw docstring

<-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

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

× close