On Sat, Nov 24, 2012 at 12:37 PM, Julian <[email protected]> wrote:
> Dear William
>
>> What driver are people using to access SQLite databases from Java 
>> applications?
>
> Personally I'm using the Xerial/Zentus driver, which seems available in 
> several places on the net, such as 
> http://www.xerial.org/trac/Xerial/wiki/SQLiteJDBC, as this uses JDBC rather 
> than a SQLite api wrapper. One problem is that it hasn't been updated for 
> Java 1.6, so needs extra dummy functions added - if you like I can send you 
> my version. I've also got it working for Android (on version for pre-2.3 and 
> one 2.3+).

I'm using Clojure, not Java (though Clojure (the canonical
implementation anyhow) is based on the JVM), and am using the xerial
driver for accessing sqlite ("org.xerial/sqlite-jdbc 3.7.2",
http://search.maven.org/#search|ga|1|a%3A%22sqlite-jdbc%22 ).

---John
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to