Class SQLiteAdapter

  • All Implemented Interfaces:
    DbAdapter

    public class SQLiteAdapter
    extends JdbcAdapter
    A SQLite database adapter that works with Zentus JDBC driver. See http://www.zentus.com/sqlitejdbc/ for the driver information. Also look at http://www.xerial.org/trac/Xerial/wiki/SQLiteJDBC for another adaptor option.
          sqlite.jdbc.url = jdbc:sqlite:sqlitetest.db
          sqlite.jdbc.driver = org.sqlite.JDBC
     
    Since:
    3.0