@seancorfield thanks! I didn't notice there's a docs folder in project.
It’s a lot easier to read here: https://cljdoc.org/d/com.github.seancorfield/honeysql/2.0.0-beta2/doc/readme
(which is linked from the README BTW)
Oh, I just realized I thought you were asking about arrays at the JDBC level which is not those docs.
This is probably what you want: https://cljdoc.org/d/com.github.seancorfield/next.jdbc/1.1.646/doc/getting-started/tips-tricks
HoneySQL doesn’t interact with JDBC at all, so “arrays” are irrelevant for HoneySQL. When you interact with the database, the handling of arrays will matter and that’s something you control via next.jdbc
stuff.
@doglooksgood Perhaps you can elaborate on what you mean by “support for array types”?