Add "latest versions" caveat

This commit is contained in:
Sean Corfield 2019-09-27 13:06:05 -07:00
parent d17222e031
commit 0f0f6fbe92

View file

@ -173,6 +173,8 @@ Here's how to get up and running quickly with `next.jdbc` and HugSQL. For more d
com.layerware/hugsql-adapter-next-jdbc {:mvn/version "0.5.1"} com.layerware/hugsql-adapter-next-jdbc {:mvn/version "0.5.1"}
``` ```
_Check the HugSQL documentation for the latest versions to use!_
Write your SQL in `.sql` files that are on the classpath (somewhere under `src` or `resources`). For our purposes, assume a SQL file `db/example.sql` containing your first set of definitions. In your namespace, add these `require`s: Write your SQL in `.sql` files that are on the classpath (somewhere under `src` or `resources`). For our purposes, assume a SQL file `db/example.sql` containing your first set of definitions. In your namespace, add these `require`s:
```clojure ```clojure