match close parens in README
This commit is contained in:
parent
2088a198e9
commit
db32c8a654
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ or run queries for you, it simply generates SQL strings. You can then pass them
|
||||||
to jdbc:
|
to jdbc:
|
||||||
|
|
||||||
```clj
|
```clj
|
||||||
(jdbc/execute! conn (sql/format sqlmap)
|
(jdbc/execute! 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:
|
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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue