hugsql

2017-12-17T22:24:52.000074Z

is there a way to configure hugsql to auto replace underscores in column names with dashes?

2017-12-17T22:25:38.000012Z

i see that i can pass an option through to clojure.java.jdbc that does that which is fine but i have to do it for every query

2017-12-17T23:20:05.000102Z

i use the method described in the first comment here: https://github.com/layerware/hugsql/issues/21

2017-12-17T23:25:15.000020Z

thanks :thumbsup: