I did some research on my site, and after some Google process, it looks like there are only drivers for C and C ++. Is there an open driver that I can use with SQLLite, or is there a way I can use it with JDBC?
UPDATE
I am developing Linux, but I would like to leave my options open. Native libraries will work, but do not give the cross-platform freedom with which I'm used to Java.
source
share