JDBC

Download

Download the pure Java driver, sqlitejdbc-v044-nested.tgz, from http://www.zentus.com/sqlitejdbc/

Extract

Extract the jar file from the archive.

Usage

  • Include the jar file on the CLASSPATH:

    SET CLASSPATH=sqlitejdbc-v044-nested.jar
    
  • The connection string and driver look like this:

    jdbc:sqlite:C:/repo/trac/my-test-trac/db/trac.db
    org.sqlite.JDBC