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
Jan 10, 2026 at 22:56
License
any-OSI
Total Downloads
737.4K
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/rogerbinns/apswDocumentation
https://rogerbinns.github.io/apsw/pysqlite.html