pkgsrc/databases/py-sqlite3/DESCR
gdt be5306b185 Add explanations to DESCR for sqlite packages because it is quite
boggling that, e.g., py-sqlite2 is a wrapper for sqlite3.
2013-02-21 15:14:45 +00:00

5 lines
223 B
Text

This is the interface to the SQLite library built into Python starting
with version 2.5. It allows Python programs to access SQLite databases.
This module wraps sqlite3 by using code contained in the python
distribution.