/clojure-sqlite-example

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

clojure-sqlite-example

Just a small, simple example for basic SQLite usage

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.

License

Copyright (C) 2014 Aleksander Skjæveland Larsen

Distributed under the Eclipse Public License, the same as Clojure.