aboutsummaryrefslogtreecommitdiff
path: root/databases/py-apsw
Commit message (Collapse)AuthorAgeFilesLines
* APSW is a Python wrapper for the SQLite embedded relational databaseGuido Falsi2013-09-124-0/+33
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. PR: ports/181938 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> Notes: svn path=/head/; revision=327055