Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 532 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 532 Bytes

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.