honeysql

Discussion of https://github.com/seancorfield/honeysql :slightly_smiling_face:
abdullahibra 2020-02-22T15:46:46.000300Z

Hi everyone:

abdullahibra 2020-02-22T15:47:09.000600Z

how can i convert that query into honeysql:

abdullahibra 2020-02-22T15:47:38.000700Z

seancorfield 2020-02-22T20:18:34.002100Z

@abdullahibra I've never seen that syntax before -- cross join lateral -- so I've no idea how to do that in HoneySQL.

seancorfield 2020-02-22T20:25:22.003400Z

It doesn't look like the PostgreSQL-specific extensions to HoneySQL in https://github.com/nilenso/honeysql-postgres support it either but that's where I suggest you open an issue to see if they'll add support.

seancorfield 2020-02-22T20:29:05.004400Z

You could also extend HoneySQL yourself to have that type of join 🙂

1👍