summaryrefslogtreecommitdiff
path: root/databases/py-apsw
AgeCommit message (Collapse)AuthorFilesLines
2014-12-31Improve EGG_NAME default to work for packages with '-' in their name.wiz1-3/+1
Remove now unnecessary overrides in various packages.
2014-10-07Revbump after updating libwebp and icuadam1-1/+2
2014-04-16Import py27-apsw-3.8.4.2pl1 as databases/py-apsw, packaged for wip by rhialto.wiz4-0/+34
APSW provides an SQLite 3 wrapper that provides the thinnest layer over the SQLite database library possible. Everything you can do from the SQLite C API, you can do from Python. Although APSW looks vaguely similar to the PEP 249 (DBAPI), it is not compliant with that API because instead it works the way SQLite 3 does.