To use following features, org.postgresql/postgresql
is required.
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/Var | Description |
---|---|
set-json-as-parameter | Make Clojure map jsonb in PreparedStatement |
read-json | Read jsonb or json as Clojure data |
Function/Var | Description |
---|---|
*format-table* | How to format table name |
*format-column* | How to format column name |
copy-in | Use 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