Back

Connectable (clj)

(source)

protocol

Protocol for producing a new JDBC connection that should be closed when you are finished with it. Implementations are provided for `DataSource`, `PreparedStatement`, and `Object`, on the assumption that an `Object` can be turned into a `DataSource`.

Examples