Back

as-maps (clj)

(source)

function

(as-maps rs opts)
Given a `ResultSet` and options, return a `RowBuilder` / `ResultSetBuilder` that produces bare vectors of hash map rows. This is the default `:builder-fn` option.

Examples