Compare commits

...

2 commits
develop ... v1

Author SHA1 Message Date
Sean Corfield
1137dd1235 Fix v1 build badges 2021-05-20 12:03:21 -07:00
Sean Corfield
323ef5c1e4 Update 1.x README/link to 2.x 2021-05-20 11:58:48 -07:00

View file

@ -1,14 +1,14 @@
# Honey SQL [![Clojure CI](https://github.com/seancorfield/honeysql/actions/workflows/test.yml/badge.svg)](https://github.com/seancorfield/honeysql/actions/workflows/test.yml) [![CircleCI](https://circleci.com/gh/seancorfield/honeysql/tree/develop.svg?style=svg)](https://circleci.com/gh/seancorfield/honeysql/tree/develop)
# Honey SQL [![Clojure CI](https://github.com/seancorfield/honeysql/actions/workflows/test.yml/badge.svg?branch=v1)](https://github.com/seancorfield/honeysql/actions/workflows/test.yml) [![CircleCI](https://circleci.com/gh/seancorfield/honeysql/tree/v1.svg?style=svg)](https://circleci.com/gh/seancorfield/honeysql/tree/v1)
SQL as Clojure data structures. Build queries programmatically -- even at runtime -- without having to bash strings together.
## Build
The latest versions on Clojars and on cljdoc:
The latest legacy versions on Clojars and on cljdoc:
[![Clojars Project](https://clojars.org/honeysql/latest-version.svg)](https://clojars.org/honeysql) [![cljdoc badge](https://cljdoc.org/badge/honeysql/honeysql?1.0.461)](https://cljdoc.org/d/honeysql/honeysql/CURRENT)
[![Clojars Project](https://clojars.org/honeysql/honeysql/latest-version.svg)](https://clojars.org/honeysql/honeysql) [![cljdoc badge](https://cljdoc.org/badge/honeysql/honeysql?1.0.461)](https://cljdoc.org/d/honeysql/honeysql/CURRENT)
> Note: HoneySQL 2.0 will soon be available -- check out the [release candidate](https://github.com/seancorfield/honeysql/tree/v2).
> Note: HoneySQL 2.x is the current version -- check out the [develop branch](https://github.com/seancorfield/honeysql/) for details.
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.