Description
SQLite 2 and 3 databases can be accessed from Java applications through a wrapper with a basic JDBC driver.
It is useful for legacy applications, embedded storage, and simple database integrations. SQLite files can contain important local data, so handle locking, backups, and migrations carefully.