Just a small, simple example for basic SQLite usage
run lein deps
and look at core.clj
, evaluate the expressions and the SQLite database will appear in the db folder. You can use an external tool to view or edit the content, and try out fun stuff in the REPL.
You can also run lein run
from the command line or create an independent jar with lein uberjar
.
Copyright (C) 2014 Aleksander Skjæveland Larsen
Distributed under the Eclipse Public License, the same as Clojure.