https://github.com/seancorfield/honeysql https://github.com/seancorfield/honeysql/releases/tag/v2.7.1340 -- Turn Clojure data structures into SQL
• Remove stray tap> call via PR https://github.com/seancorfield/honeysql/pull/587 by https://github.com/julienvincent.
• Fix https://github.com/seancorfield/honeysql/issues/586 by reusing some of the format-order-by logic in format-create-index to provide column ordering.
• Fix https://github.com/seancorfield/honeysql/issues/585 by checking for the symbol where (as well as the keyword :where).
• Assume bb for testing/building; add bb.edn; switch GitHub Actions to use bb.
Follow-up in #honeysql