Liking cljdoc? Tell your friends :D

PostgreSQL-specific features

To use following features, org.postgresql/postgresql is required.

toyokumo.commons.db.extension.postgresql

Provides extensions of reading objects that are in PostgreSQL from the java.sql.ResultSet or setting SQL parameters in statement objects.

See also next.jdbc.date-time, which provides default datetime extensions.

Function/VarDescription
set-json-as-parameterMake Clojure map jsonb in PreparedStatement
read-jsonRead jsonb or json as Clojure data

toyokumo.commons.db.postgresql

Function/VarDescription
*format-table*How to format table name
*format-column*How to format column name
copy-inUse COPY FROM STDIN for very fast copying from a Reader into a database table

Can you improve this documentation?Edit on GitHub

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

× close