CMD + K

apsw

Anaconda Verified

APSW stands for Another Python SQLite Wrapper.

Installation

To install this package, run one of the following:

Conda
$conda install main::apsw

Usage Tracking

3.51.1.0
1 / 8 versions selected
Downloads (Last 6 months): 0

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:

About

Summary

APSW stands for Another Python SQLite Wrapper.

Last Updated

Feb 4, 2026 at 13:39

License

any-OSI

Total Downloads

1

Supported Platforms

linux-64
linux-aarch64
macOS-arm64
win-64