Fork me on GitHub
#sql
<
2021-09-23
>
kardan08:09:43

I’m not sure if missing something in the docs but with jdbc.next is it possible on query time to move from [#table{:column }] -&gt; [#app.namespace{:column }] in an easier way than to write my own “as-app-namespaced-column-names” variant https://github.com/seancorfield/next-jdbc/blob/develop/src/next/jdbc/result_set.clj#L36 Not given this a lot of thought but, it seems nice to have the ResultSet match specs.

kardan08:09:29

I solved the issue by just using the as-maps, but mostly wondered if there were a simpler way. Or a reason not to 🙂