Description
I just released 2.0.0-alpha1 of HoneySQL which:
- uses a different extension mechanism
- includes all of nilenso/honeysql-postgres functionality (with some small differences)
https://github.com/seancorfield/honeysql/tree/v2 -- seancorfield/honeysql {:mvn/version "2.0.0-alpha1"}
I would very much like folks who use this library to test HoneySQL 2.0 and provide feedback on the PostgreSQL support (and the small changes I've had to make). In particular, I've copied the tests from this library into HoneySQL 2.0 and made some (what I hope are minimal) changes: https://github.com/seancorfield/honeysql/blob/v2/test/honey/sql/postgres_test.cljc
If I've missed anything from this library -- or you really don't like the changes I've made in syntax -- please open issues on the HoneySQL repo so I can address them during the prerelease phase for 2.0.
Thank you for all the work you've done on PostgreSQL support for HoneySQL!