is there a way to configure hugsql to auto replace underscores in column names with dashes?
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
i use the method described in the first comment here: https://github.com/layerware/hugsql/issues/21
thanks :thumbsup: