I'm a proponent of using H2 <http://www.h2database.com/html/main.html> via 
clojure.java.jdbc <https://github.com/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 23, 2013 10:14:59 PM UTC-4, John Gabriele wrote:
>
> 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 list]: https://groups.google.com/forum/?hl=en#!forum/xerial
> [project page]: https://bitbucket.org/xerial/sqlite-jdbc
>
> Any recommendations for or against using SQLite with Clojure?
>
> <digression navel-gazing-level="8">
> I wonder if use of SQLite with the JVM platform increases as alternative 
> JVM languages become more popular...
> </digression>
>
> Thanks!
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to