Add links back to 1.x in README
This commit is contained in:
parent
77191e26f6
commit
f1ed7f0c90
1 changed files with 6 additions and 0 deletions
|
|
@ -21,6 +21,12 @@ All sample code in this README is automatically run as a unit test using
|
||||||
|
|
||||||
Some of these samples show pretty-printed SQL: HoneySQL 2.x supports `:pretty true` which inserts newlines between clauses in the generated SQL strings.
|
Some of these samples show pretty-printed SQL: HoneySQL 2.x supports `:pretty true` which inserts newlines between clauses in the generated SQL strings.
|
||||||
|
|
||||||
|
### HoneySQL 1.x
|
||||||
|
|
||||||
|
[](https://clojars.org/honeysql/honeysql) [](https://cljdoc.org/d/honeysql/honeysql/1.0.461)
|
||||||
|
|
||||||
|
HoneySQL 1.x will continue to get critical security fixes but otherwise should be considered "legacy" at this point.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue