mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
48c22f9303
This is far from complete. We still need to review and tweak anything with "PYTHON" in the README, as many/most/all of those are telling the user how to build with python3 support. We almost surely want to enable that by default in all of those cases.
8 lines
453 B
Text
8 lines
453 B
Text
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.
|
|
|
|
Note: To install python 3 set PYTHON3=yes.
|
|
# PYTHON3=yes ./apsw.SlackBuild
|