Description
Java applications can connect to SQLite databases through the standard JDBC interface. This is useful for desktop apps, tests, small services, and tools that need an embedded database without a separate database server.
Most users receive this package as a development or runtime dependency. It does not provide a database manager by itself; applications use it from Java code.