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
(read-array-as-sequence)
Read array as Clojure sequence
Read array as Clojure sequence
(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
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
(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
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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close