next.jdbc.plan

(source)
Some helper functions that make common operations with `next.jdbc/plan` much easier.
Public Variable Short Description
select! (clj) Execute the SQL and params using `next.jdbc/plan` and (by default) return a vector of rows with just the selected columns.
select-one! (clj) Execute the SQL and params using `next.jdbc/plan` and return just the selected columns from just the first row.