Description
Legacy PHP applications can read and write SQLite databases through PHP database modules. This is useful for small sites, local tools, embedded data stores, and older applications that use file-based databases.
It is a PHP legacy database extension. SQLite files can contain important data, so protect file permissions, backups, and SQL input carefully.