From 4992a3cb7633c72c092af3fa3cf5972ce4b79c1a Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 29 Oct 2024 09:28:52 -0700 Subject: [PATCH] note support for Babashka and ClojureScript Signed-off-by: Sean Corfield --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 180b96f..4002f5e 100644 --- a/README.md +++ b/README.md @@ -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).