Re: Experiences using SQLite with Clojure? Recommendations?

2013-10-23 Thread Zach Oakes
I'm a proponent of using H2 via clojure.java.jdbc . H2 is written in Java, so it'll work everywhere your Clojure code does, and it has a lot of stuff not built into SQLite such as encryption. On Wednesday, October

Experiences using SQLite with Clojure? Recommendations?

2013-10-23 Thread John Gabriele
How have your experiences been using SQLite with Clojure? Back when org.xerial/sqlite-jdbc was at v3.7.2, I'd heard some complaints. But I notice that the project appears to be fairly actively maintained (see its [mailing list] and [project page]). The current version is "3.7.15-M1". [mailing l