About Anaconda Help Download Anaconda

APSW stands for Another Python SQLite Wrapper.

Installers

  • linux-64 v3.51.1.0
  • linux-aarch64 v3.51.1.0
  • osx-arm64 v3.51.1.0
  • win-64 v3.51.1.0

conda install

To install this package run one of the following:
conda install main::apsw

Description

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:


© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.13) Legal | Privacy Policy