Version 3.48.0.0 is available upstream. Please consider updating! It seems that version 3.48.0.0 is available upstream, while the latest version in the Gentoo tree is 3.47.2.0. This information is provided from Release-Monitoring, so fix association issues there.
APSW provides an SQLite 3 wrapper that provides the thinnest layer over SQLite 3 possible.
Everything you can do from the C API to SQLite 3, you can do from Python.
Although APSW looks vaguely similar to the DBAPI, it is not compliant with that API and instead
works the way SQLite 3 does.