remove sql/sql from readme

This commit is contained in:
Justin Kramer 2012-07-13 11:49:27 -04:00
parent 004b75b86d
commit b575439cb4

View file

@ -64,10 +64,6 @@ To add to clauses instead of replacing them, use `merge-select`, `merge-where`,
Queries can be nested: Queries can be nested:
```clj ```clj
(sql/format
(sql/sql :select :*
:from :foo
:where [:in :foo.a (sql/sql :select :a :from :bar)]))
(sql/format (sql/format
(-> (select :*) (-> (select :*)
(from :foo) (from :foo)