Description
Perl applications can work with legacy SQLite 2 databases through the DBI interface. This is mainly useful for maintaining old applications or migrating data from older SQLite file formats.
It is a compatibility database driver. New applications should use current SQLite support unless they specifically need to read or maintain SQLite 2 data.