honeysql

Discussion of https://github.com/seancorfield/honeysql :slightly_smiling_face:
2019-05-21T07:47:44.007100Z

Hi, everyone How can I construct a postgres upsert cmd (... ON CONFLICT DO NOTHING/UPDATE) ?

2019-05-21T07:48:19.007800Z

Is it possible or if not any workarounds?

👍 1
bja 2019-05-21T14:53:36.009200Z

I believe the honeysql-postgres extension library has helpers to do this. It's linked from the main honeysql readme