SQLite


SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
SQLiteJDBC is a Java JDBC driver for SQLite. It runs using either a native code library 100% Pure Java driver based on NestedVM emulation.

Driver file: The .jar, .zip or .class file that contains the JDBC driver
Download link: http://www.xerial.org/trac/Xerial/wiki/SQLiteJDBC
Connection URL: Specify the location of the JDBC data provider
<database_name>: The file name of the database