Make next.jdbc.result-set/row-builder public

so users can use the RowBuilder objects returned by the other public functions in this namespace like as-unqualified-kebab-maps against a ResultSet object like one from a PreparedStatement as returned by next.jdbc/prepare
This commit is contained in:
Kyle Brodie 2021-07-23 15:45:52 -07:00 committed by GitHub
parent 5a5730a71b
commit d2479145c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -422,7 +422,7 @@
(datafiable-row [this connectable opts]
"Produce a datafiable representation of a row from a `ResultSet`."))
(defn- row-builder
(defn row-builder
"Given a `RowBuilder` -- a row materialization strategy -- produce a fully
materialized row from it."
[builder]