mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
20dc98147a
- Pet portlint PR: ports/188602 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
9 lines
413 B
Plaintext
9 lines
413 B
Plaintext
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.
|
|
|
|
WWW: https://code.google.com/p/apsw/
|