So I'm trying to use honeysql to access data from a postgres with camelCased table names. I can't find any documentation on how to quote table names in honeysql.
(sql/format {:select :xY}
:quoted true)
=> ["SELECT \"xY\""]
https://cljdoc.org/d/com.github.seancorfield/honeysql/2.7.1310/doc/all-the-options?q=quoted#quotedyep, now it works