Fork me on GitHub
#sql
<
2022-01-28
>
lvh04:01:38

So glad we have a standard interface 😄

lvh04:01:54

anyway next.jdbc and honeysql have both been a total pleasure to use so far, so thanks @seancorfield!

seancorfield04:01:43

Haha... great to hear that @lvh! Trust me, this sh** drives me insane on a daily basis.

❤️ 1
pyr07:01:53

@lvh in seql I took an approach where I supply a schema of table names and column names (defaulting to snake_kebab) used to build the result set function. if you change schema/unresolve-column to be your own, it should work directly too: https://github.com/exoscale/seql/blob/master/src/seql/result_set.clj