Re: using sqlite3

2011-11-11 Thread loonster
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.

Re: using sqlite3

2011-11-09 Thread willyh
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"]

Re: using sqlite3

2011-11-09 Thread willyh
project.clj: --- (defproject testsqlite "1.0.0-SNAPSHOT" :description "FIXME: write description" :disable-deps-clean false :dependencies [[org.clojure/clojure "1

Re: using sqlite3

2011-11-08 Thread Tim Sally
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. >

Re: using sqlite3

2011-11-08 Thread Mark Rathwell
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

using sqlite3

2011-11-08 Thread loonster
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