apsw: apsw (Another Python SQLite Wrapper)
apsw:
apsw: APSW is a Python wrapper for the SQLite embedded relational database
apsw: engine. In contrast to other wrappers such as pysqlite it focuses on
apsw: being a minimal layer over SQLite attempting just to translate the
apsw: complete SQLite API into Python. The documentation has a section on
apsw: the differences between APSW and pysqlite. APSW supports CPython 2.3
apsw: onwards and CPython 3.1 onwards.
apsw:
apsw: Homepage: http://code.google.com/p/apsw/
apsw: