Set up for 2.0 Alpha 1

This commit is contained in:
Sean Corfield 2021-02-13 22:10:10 -08:00
parent e23502eba8
commit fea5c74260

View file

@ -18,8 +18,6 @@ For Leiningen, add the following dependency to your `project.clj` file:
[seancorfield/honeysql "2.0.0-alpha1"]
```
> Note: 2.0.0-alpha1 will be released shortly!
HoneySQL produces SQL statements but does not execute them.
To execute SQL statements, you will also need a JDBC wrapper like
[`seancorfield/next.jdbc`](https://github.com/seancorfield/next-jdbc) and a JDBC driver for the database you use.