APSW stands for Another Python SQLite Wrapper.
copied from cf-staging / apswconda install conda-forge::apsw
conda install conda-forge/label/cf201901::apsw
conda install conda-forge/label/cf202003::apsw
conda install conda-forge/label/gcc7::apsw
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: