slackbuilds_ponce/python/apsw
Larry Hajali 0dac9d8117 python/apsw: Added (Another Python SQLite Wrapper)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-10-27 23:38:54 -05:00
..
apsw.info python/apsw: Added (Another Python SQLite Wrapper) 2013-10-27 23:38:54 -05:00
apsw.SlackBuild python/apsw: Added (Another Python SQLite Wrapper) 2013-10-27 23:38:54 -05:00
README python/apsw: Added (Another Python SQLite Wrapper) 2013-10-27 23:38:54 -05:00
slack-desc python/apsw: Added (Another Python SQLite Wrapper) 2013-10-27 23:38:54 -05:00

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.