honeysql

Discussion of https://github.com/seancorfield/honeysql :slightly_smiling_face:
NoahTheDuke 2021-04-28T01:27:24.204200Z

Does honeysql have anything like a spec or BNF?

seancorfield 2021-04-28T01:56:20.204600Z

@nbtheduke No. See https://github.com/seancorfield/honeysql/issues/146

seancorfield 2021-04-28T01:57:26.205100Z

Or if you want the TL;DR jump straight to the end https://github.com/seancorfield/honeysql/issues/146#issuecomment-817217955

NoahTheDuke 2021-04-28T02:28:30.205500Z

Thanks for that link! I’ll take a look

tianshu 2021-04-28T08:08:37.206300Z

Hi, does honeysql v2 has the support for array types?

seancorfield 2021-04-28T16:10:55.207300Z

@doglooksgood Do you mean for PostgreSQL? Read the PostgresSQL section of the Tips & Tricks page in the docs — it has example code and explains how to work with arrays.