Merge branch 'v2' of github.com:seancorfield/honeysql into v2

This commit is contained in:
Sean Corfield 2021-05-11 21:10:36 -07:00
commit 5e98454f28

View file

@ -1,4 +1,4 @@
# Honey SQL [![CircleCI](https://circleci.com/gh/seancorfield/honeysql/tree/v2.svg?style=svg)](https://circleci.com/gh/seancorfield/honeysql/tree/v2)
# Honey SQL [![Clojure CI](https://github.com/seancorfield/honeysql/actions/workflows/test.yml/badge.svg?branch=v2)](https://github.com/seancorfield/honeysql/actions/workflows/test.yml) [![CircleCI](https://circleci.com/gh/seancorfield/honeysql/tree/v2.svg?style=svg)](https://circleci.com/gh/seancorfield/honeysql/tree/v2)
SQL as Clojure data structures. Build queries programmatically -- even at runtime -- without having to bash strings together.