note support for Babashka and ClojureScript
Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
parent
bbac863a2a
commit
4992a3cb76
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINO
|
|||
> Note: every commit to the **develop** branch runs CI (GitHub Actions) and successful runs push a MAJOR.MINOR.9999-SNAPSHOT build to Clojars so the very latest version of HoneySQL is always available either via that [snapshot on Clojars](https://clojars.org/com.github.seancorfield/honeysql) or via a git dependency on the latest SHA.
|
||||
|
||||
HoneySQL 2.x requires Clojure 1.9 or later.
|
||||
It also supports recent versions of ClojureScript and Babashka.
|
||||
|
||||
Compared to the [legacy 1.x version](#1.x), HoneySQL 2.x provides a streamlined codebase and a simpler method for extending the DSL. It also supports SQL dialects out-of-the-box and will be extended to support vendor-specific language features over time (unlike 1.x).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue