From a9dffec632be62c961be7d9e695d0b2b85732c53 Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Sun, 20 Aug 2017 22:44:06 -0700 Subject: [PATCH] update jdbc example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d913377..8ec2785 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ or run queries for you, it simply generates SQL strings. You can then pass them to jdbc: ```clj -(jdbc/execute! conn (sql/format sqlmap)) +(jdbc/query conn (sql/format sqlmap)) ``` You can build up SQL maps yourself or use helper functions. `build` is the Swiss Army Knife helper. It lets you leave out brackets here and there: