@seancorfield I have a small suggestion about honeysql 2.0.0-alpha3, it is to rename the namespaces to remove the ending s
.
• honey.sql.helpers -> honey.sql.helper
• honey.specs -> honey.spec
it is a very subjective suggestion, ignore it at will 🙂
@vincent.cantin Clojure has core.specs
(`.alpha`) and I think a lot of libraries have followed that plural lead -- I did with next.jdbc
and it seemed natural to do so for HoneySQL as well. As for helpers
-- people are used to that from V1 so it's been plural for years.