slackbuilds_ponce/python/apsw
B. Watson ec0ff38c8b python/apsw: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:37:53 -04:00
..
apsw.info
apsw.SlackBuild
README python/apsw: Wrap README at 72 columns. 2022-03-17 12:37:53 -04:00
slack-desc

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.