Class SQLiteAdapter

java.lang.Object
org.apache.cayenne.dba.JdbcAdapter
org.apache.cayenne.dba.sqlite.SQLiteAdapter
All Implemented Interfaces:
DbAdapter

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