Fix v2 badge
This commit is contained in:
parent
66d9f9dacb
commit
efa2fe6af5
1 changed files with 2 additions and 2 deletions
|
|
@ -12,11 +12,11 @@ This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINO
|
|||
|
||||
Prerelease builds of the upcoming 2.x version of HoneySQL will soon be available:
|
||||
|
||||
[](https://clojars.org/seancorfield/honeysql) [](https://cljdoc.org/d/seancorfield/honeysql/v2.0.0-alpha1)
|
||||
[](https://clojars.org/seancorfield/honeysql) [](https://cljdoc.org/d/seancorfield/honeysql/2.0.0-alpha1)
|
||||
|
||||
This is the README for the upcoming 2.x version of HoneySQL which 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 the 1.x version).
|
||||
|
||||
See this [summary of differences between v1 and v2](https://github.com/seancorfield/honeysql/blob/v2/doc/differences-from-1-x.md) if you want to help test v2!
|
||||
See this [summary of differences between v1 and v2](https://cljdoc.org/d/seancorfield/honeysql/2.0.0-alpha1/doc/differences-from-1-x) if you want to help test v2!
|
||||
|
||||
## Note on code samples
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue