Fork me on GitHub
#sql
<
2019-09-08
>
seancorfield07:09:00

And honeysql "0.9.8" just went to Clojars. format now accepts :namespace-as-table? true as an option to treat namespace-qualified keywords as if they were the older dotted names: :table/column treated as :table.column This should make it easier to use HoneySQL in a world of qualified keywords, such as returned by next.jdbc, used by clojure.spec, or in EQL-based projects such as walkable and seql.

👍 28