Description
Legacy PHP 5.6 applications can read and write SQLite databases stored as local files. This is useful for old small sites, embedded tools, test environments, and migration scripts that do not use a separate database server.
It is a database connector for obsolete PHP. SQLite files can contain real application data, so permissions, backups, locking, and query safety need review before production use.