hugsql 2020-06-19

@somedude314 You can do that easily enough with plain ol' clojure.java.jdbc or next.jdbc

Look for find-by-keys (to get multiple rows, based on a hash map of values) or get-by-id to get a single row based on a single column's value.

Thanks @seancorfield - will look into these