update jdbc example

This commit is contained in:
Michael Blume 2017-08-20 22:44:06 -07:00
parent a707222d53
commit a9dffec632

View file

@ -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: