FICHA · MANJARO

php82-sqlite

sqlite module for php82

  • language-extension
  • Dev
  • DATABASE
  • STORAGE
  • Dependency only
  • Same app · 2 sources
official+codex · reviewed · Jun 3, 2026 description in en

Description

Applications running on PHP 8.2 can store and query data in local SQLite files. This runtime extension suits small apps, caches, tests, embedded tools, and single-host services that need a lightweight database without a server. It is dependency-only and has no separate launcher; PHP code uses it when enabled. File paths, permissions, backups, locking, and prepared statements matter because SQLite files can hold private records and can be corrupted by unsafe writes.

Permissions

Permissions not analysed for this source yet.