From 0f0f6fbe92f40e01f2d4d6990cc1ef0e105f68f8 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 27 Sep 2019 13:06:05 -0700 Subject: [PATCH] Add "latest versions" caveat --- doc/friendly-sql-functions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/friendly-sql-functions.md b/doc/friendly-sql-functions.md index 7e67700..c3e4c38 100644 --- a/doc/friendly-sql-functions.md +++ b/doc/friendly-sql-functions.md @@ -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"} ``` +_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: ```clojure