apsw
APSW stands for Another Python SQLite Wrapper.
APSW stands for Another Python SQLite Wrapper.
To install this package, run one of the following:
APSW is a Python wrapper for the SQLite embedded relational database engine. It focuses translating between the complete SQLite C API and Python's C API. It is recommended to use the builtin sqlite3 module, unless you want SQLite specific functionality. The documentation has a section on the differences between APSW and sqlite3. APSW supports CPython 3.6 onwards:
Summary
APSW stands for Another Python SQLite Wrapper.
Last Updated
Feb 4, 2026 at 13:39
License
any-OSI
Total Downloads
1
Supported Platforms
GitHub Repository
https://github.com/rogerbinns/apswDocumentation
https://rogerbinns.github.io/apsw/pysqlite.html