Description
Access SQLite from Python with a wrapper that exposes detailed SQLite functionality beyond the standard module. It helps developers use advanced database features, virtual tables, backups, and extension behavior.
SQLite databases are real local data stores. Manage transactions, file paths, and untrusted SQL carefully to avoid corruption or data leaks.