On Nov 8, 12:47 pm, loonster 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
Thanks all.
Use this project.clj instead (eliminating the reference to clojure-contrib):
(defproject testsqlite "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:disable-deps-clean false
:dependencies [[org.clojure/clojure "1.3.0"]
[org.clojure/java.jdbc "0.1.0"]
project.clj:
---
(defproject testsqlite "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:disable-deps-clean false
:dependencies [[org.clojure/clojure "1
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.
>
b/mydb.sqlite3"});; Location of the db
[1] http://sqlkorma.com/
On Tue, Nov 8, 2011 at 3:47 PM, loonster 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 sqlit
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
G