Link to differences; fix clojars/cljdoc links etc
This commit is contained in:
parent
53bcfd8bea
commit
469e5a393e
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -4,14 +4,20 @@ SQL as Clojure data structures. Build queries programmatically -- even at runtim
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
The latest stable version (1.0.444) on Clojars and on cljdoc:
|
The latest stable version (1.0.444) on Clojars and on cljdoc (note: `honeysql/honeysql`):
|
||||||
|
|
||||||
[](https://clojars.org/seancorfield/honeysql) [](https://cljdoc.org/d/seancorfield/honeysql/CURRENT)
|
[](https://clojars.org/honeysql/honeysql) [](https://cljdoc.org/d/honeysql/honeysql/CURRENT)
|
||||||
|
|
||||||
This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository.
|
This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository.
|
||||||
|
|
||||||
|
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/CURRENT)
|
||||||
|
|
||||||
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).
|
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!
|
||||||
|
|
||||||
## Note on code samples
|
## Note on code samples
|
||||||
|
|
||||||
All sample code in this README is automatically run as a unit test using
|
All sample code in this README is automatically run as a unit test using
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue