python-apsw: python-apsw (python wrapper for SQLite) python-apsw: python-apsw: APSW is a Python wrapper for the SQLite embedded relational database python-apsw: engine. In contrast to other wrappers such as pysqlite it focuses on python-apsw: being a minimal layer over SQLite attempting just to translate the python-apsw: complete SQLite API into Python. python-apsw: The documentation has a section on the differences between APSW and python-apsw: pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards. python-apsw: python-apsw: python-apsw home: https://code.google.com/p/apsw/ python-apsw: