Back

as-lower-maps (clj)

(source)

function

(as-lower-maps rs opts)
Given a `ResultSet` and options, return a `RowBuilder` / `ResultSetBuilder` that produces bare vectors of hash map rows, with lower-case keys.

Examples