Description
Perl applications can use SQLite through DBI without requiring a separate database server. This is useful for local data files, tests, small applications, caches, and tools that need embedded SQL storage.
It is a database driver library. Applications should still manage file permissions, backups, migrations, and SQL input carefully because SQLite files can contain important local data.