headlogo

Small SQLite Java Wrapper

The one&only wrapper ;-)

Because I've been failed in my attempts to find the complete sources for sqlite-jdbc-3.7.2 I started writing my own wrapper for Java. It works for SQLite version 3.7.11

This wrapper, using JNI, provides a very small Interface to connect to native functions written by http://sqlite.org/:

  • open()
  • close()
  • exec()
  • Just download here the package. If you need 64bit binaries (.dll or .so) compile native code in the package first (take a look to the README.txt). This package has no other depencies.

    JDBC for small Java wrapper

    In order to work my legacy Java code with my new wrapper I wrote a small JDBC-Interface which uses the new wrapper. Most of methods are not implemented but it's working for me. Download here (bugfixed_1)

    UML diagram

    Next figure gives a overview about depencies:

    Licence

    Anyone is free to copy, modify, publish, use, compile, sell, or distribute it.