Skip to content
Steffen Roller edited this page May 14, 2018 · 1 revision

Welcome to the clojure-sqlite-example wiki!

How to use this code

  1. git clone git@github.com:ogrim/clojure-sqlite-example.git
  2. cd clojure-sqlite-example
  3. lein deps
  4. lein repl
  5. once the repl has started type (require '[clojure-sqlite-example.core :as ex])
  6. switch into the just loaded namespace with (in-ns 'clojure-sqlite-example.core)
  7. now you can examine the the table with (first output)
Clone this wiki locally