blob: e62e7f1883e52303d9695653a3f448e913ade8c4 (
plain)
1
2
3
4
5
|
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.
|