A JDBC driver for SQLite, enabling Java applications to connect to and interact with SQLite databases.
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.36.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example connecting to an SQLite database using JDBC.
Check the official documentation for supported platforms or use a pure Java fallback.
No dependency data recorded yet.