honeysql

Discussion of https://github.com/seancorfield/honeysql :slightly_smiling_face:
tianshu 2021-04-29T01:39:18.208Z

@seancorfield thanks! I didn't notice there's a docs folder in project.

seancorfield 2021-04-29T02:02:35.208300Z

It’s a lot easier to read here: https://cljdoc.org/d/com.github.seancorfield/honeysql/2.0.0-beta2/doc/readme

seancorfield 2021-04-29T02:03:07.208700Z

(which is linked from the README BTW)

seancorfield 2021-04-29T02:04:23.209800Z

Oh, I just realized I thought you were asking about arrays at the JDBC level which is not those docs.

seancorfield 2021-04-29T02:05:03.210Z

This is probably what you want: https://cljdoc.org/d/com.github.seancorfield/next.jdbc/1.1.646/doc/getting-started/tips-tricks

seancorfield 2021-04-29T02:05:55.211100Z

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.

seancorfield 2021-04-29T02:06:19.211700Z

@doglooksgood Perhaps you can elaborate on what you mean by “support for array types”?