be5306b185
boggling that, e.g., py-sqlite2 is a wrapper for sqlite3.
5 lines
223 B
Text
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.
|