|
|
|
|
|
by vikeri
2457 days ago
|
|
I can recommend hugsql to anyone who wants to work with SQL in Clojure. You basically write pure SQL with some minor templating helpers and then you get the data in a map with Clojure data types. Very nice and minimal overhead:
https://www.hugsql.org/ |
|