honeysql

Discussion of https://github.com/seancorfield/honeysql :slightly_smiling_face:
quan 2020-04-28T16:23:37.009700Z

I have an issue with sql/format

(-> (select :a :b)
    (from :some-table)
    sql/format)
=> ["SELECT a, b FROM some_table"]
how can I keep table name as "some-table" instead of snake case style

quan 2020-04-28T16:34:16.010Z

ah, I found the option :allow-dashed-names? true