summaryrefslogtreecommitdiffstats
path: root/python/apsw/README
blob: c226b3fbccf7df9f0abe0d553be1eede4ed8dd5d (plain)
1
2
3
4
5
6
7
APSW is a Python wrapper for the SQLite embedded relational database engine. In
contrast to other wrappers such as pysqlite it focuses on being a minimal layer
over SQLite attempting just to translate the complete SQLite API into Python.
The documentation has a section on the differences between APSW and pysqlite.
APSW supports CPython 2.3 onwards and CPython 3.1 onwards.

Optionally Python 3 extension will be built if Python 3 is installed.