Liking cljdoc? Tell your friends :D

toyokumo.commons.db.extension

Provides extensions of reading objects from the java.sql.ResultSet or setting SQL parameters in statement objects. See also next.jdbc.date-time, which provides default datetime extensions.

See for more detail https://github.com/seancorfield/next-jdbc/blob/master/doc/tips-and-tricks.md#postgresql

Provides extensions of reading objects from the `java.sql.ResultSet`
or setting SQL parameters in statement objects.
See also next.jdbc.date-time, which provides default datetime extensions.

See for more detail https://github.com/seancorfield/next-jdbc/blob/master/doc/tips-and-tricks.md#postgresql
raw docstring

read-array-as-sequenceclj

(read-array-as-sequence)

Read array as Clojure sequence

Read array as Clojure sequence
sourceraw docstring

read-jsonclj

(read-json)
(read-json mapper)
Read jsonb or json as Clojure data
See https://github.com/seancorfield/next-jdbc/blob/master/doc/tips-and-tricks.md#working-with-json-and-jsonb
sourceraw docstring

set-json-as-parameterclj

(set-json-as-parameter)
(set-json-as-parameter mapper)
Make Clojure map jsonb in PreparedStatement
See https://github.com/seancorfield/next-jdbc/blob/master/doc/tips-and-tricks.md#working-with-json-and-jsonb
sourceraw docstring

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

× close