freebsd-ports/databases/py-apsw/pkg-descr
Martin Wilke a91150c987 - Update to 3.9.2
- Update WWW

PR:		205892
Submitted by:	ports fury
2016-01-06 06:16:23 +00:00

8 lines
416 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.
WWW: https://rogerhibns.github.io/apsw/