Module of high-level constructors for ConnectionIO
actions.
Module of high-level constructors for ConnectionIO
actions.
Module of high-level constructors for PreparedStatementIO
actions.
Module of high-level constructors for PreparedStatementIO
actions. Batching operations are not
provided; see the statement
module for this functionality.
Module of high-level constructors for ResultSetIO
actions.
Module of high-level constructors for ResultSetIO
actions.
Module of high-level constructors for StatementIO
actions.
High-level database API. The constructors here are defined in terms of those in
doobie.free.connection
but differ in the following ways:Int
values in JDBC are mapped to one of the proper types defined indoobie.enum
.Option
.CLOB
,InputStream
, etc.) do not appear in this API. They are available in the low-level API but must be used with considerable caution.