ports/databases/py-apsw/pkg/DESCR

5 lines
230 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.