diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ # clojure-sql `clojure-sql` is a DSL for the creation of SQL queries in [Clojure][1] -code. It emphasises *composability* primarily. +code. It has a strong emphasis on *composability* and *abstraction*. [1]: http://clojure.org/ @@ -13,6 +13,8 @@ Latest release: `0.1.0` [clojure-sql "0.1.0"] +[2]: https://github.com/technomancy/leiningen + ## Example Usage (require '[clojure-sql.core :as s]) |