diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -14,6 +14,13 @@ allow for data to be inserted, updated and deleted. [1]: http://clojure.org/ [2]: http://en.wikipedia.org/wiki/Relational_Algebra +## Leiningen information + +Just add the following to your `project.clj` to get started with +`clojure-sql`. + + [clojure-sql "0.1.0"] + ## Database support `clojure-sql` aims to have an extensible compiler. Compilation of |