Back

-execute (clj)

(source)

protocol

(-execute this sql-params opts)
Produce a 'reducible' that, when reduced (with an initial value), executes the SQL and processes the rows of the `ResultSet` directly.

Examples