Haven't tested, but seems like this should get you started with korma:
lein:
[korma "0.2.1"]
[sqlitejdbc "0.5.6"]
korma [1]:
(defdb mydb {:classname "org.sqlite.JDBC"
:subprotocol "sqlite"
:subname "db/mydb.sqlite3"}) ;; Location of the db
[1] http://sqlkorma.com/
On Tue, Nov 8, 2011 at 3:47 PM, loonster <[email protected]> wrote:
> After searching long and hard, there really isn't any good
> documentation for using sqlite3 with clojure 1.3. Any help connecting
> to an existing sqlite3 db and performing selects and updates greatly
> appreciated. Tim
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to [email protected]
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en