Fork me on GitHub
#hugsql
<
2020-06-19
>
seancorfield00:06:04

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

seancorfield00:06:51

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.

adam01:06:30

Thanks @seancorfield - will look into these