fix readme
This commit is contained in:
parent
7d4cc64ecb
commit
2b22ca3eb1
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ Keywords that begin with `%` are interpreted as SQL function calls:
|
||||||
|
|
||||||
Keywords that begin with `?` are interpreted as bindable parameters:
|
Keywords that begin with `?` are interpreted as bindable parameters:
|
||||||
|
|
||||||
``clj
|
```clj
|
||||||
(-> (select :id)
|
(-> (select :id)
|
||||||
(from :foo)
|
(from :foo)
|
||||||
(where [:= :a :?baz])
|
(where [:= :a :?baz])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue