Removed CircleCI badge; refer to new readme tester
The CircleCI badge will come back once it is set up there.
This commit is contained in:
parent
6e68bb9122
commit
1c4b36f6dc
1 changed files with 2 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Honey SQL [](https://circleci.com/gh/jkk/honeysql/tree/master)
|
# Honey SQL
|
||||||
|
|
||||||
SQL as Clojure data structures. Build queries programmatically -- even at runtime -- without having to bash strings together.
|
SQL as Clojure data structures. Build queries programmatically -- even at runtime -- without having to bash strings together.
|
||||||
|
|
||||||
|
|
@ -8,15 +8,10 @@ The latest versions on Clojars and on cljdoc:
|
||||||
|
|
||||||
[](https://clojars.org/honeysql) [](https://cljdoc.org/d/honeysql/honeysql/CURRENT)
|
[](https://clojars.org/honeysql) [](https://cljdoc.org/d/honeysql/honeysql/CURRENT)
|
||||||
|
|
||||||
|
|
||||||
## Leiningen Coordinates
|
|
||||||
|
|
||||||
[](http://clojars.org/honeysql)
|
|
||||||
|
|
||||||
## 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
|
||||||
[midje-readme](https://github.com/boxed/midje-readme).
|
[seancorfield/readme](https://github.com/seancorfield/readme).
|
||||||
|
|
||||||
Note that while some of these samples show pretty-printed SQL, this is just for
|
Note that while some of these samples show pretty-printed SQL, this is just for
|
||||||
README readability; honeysql does not generate pretty-printed SQL.
|
README readability; honeysql does not generate pretty-printed SQL.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue