Hello.

I have just posted our Java wrapper for SQLite as an open-source project:
http://code.google.com/p/sqlite4java

It's a thin JNI-based wrapper (no JDBC) with performance and stability being
the key concerns. The library is targeted for desktop Java apps, but may be
used in other Java environments (binaries are compiled for Windows, Linux,
Mac OS X). 

The reasons for building our own library were:
  * We wouldn't use JDBC because we needed a really tight integration. We
could possibly have a need to use any function from the SQLite C API, and we
needed additional functions implemented in C for the sake of performance.
  * Among the existing non-JDBC wrappers, we found none that wouldn't be
outdated, have satisfactory interface or implementation, or be applicable to
cross-platform Java GUI apps.

After our library got successfully deployed with our commercial
applications, we made it open-source. Granted that we pursued our own goals
first, it's not always the best solution, yet I believe it is generic enough
to be published.

So, there it is. I would appreciate feedback from the community, especially
from fellow Java developers who are using other SQLite wrappers. Feel free
to suggest improvements or send patches.

Igor

PS. It's a good occasion to say: Big thanks and kudos to D. Richard Hipp and
the team for SQLite, an excellent product!
-- 
View this message in context: 
http://old.nabble.com/Yet-another-SQLite-wrapper-for-Java-tp28890371p28890371.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to