slackbuilds/python/apsw
fourtysixandtwo 25dbc9144e python/apsw: Change i486 to i586 2022-06-07 02:23:44 -04:00
..
README python/apsw: Wrap README at 72 columns. 2022-03-17 12:37:53 -04:00
apsw.SlackBuild python/apsw: Change i486 to i586 2022-06-07 02:23:44 -04:00
apsw.info python/apsw: Updated for version 3.13.0_r1 2016-08-05 18:10:51 +01:00
slack-desc

README

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.