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