blob: e686986edddc2aca2bd5c2d88569edc32da62b2d (
plain)
1
2
3
4
5
|
PySQLite is a Python interface to the SQLite library,
allowing Python programs to access SQLite databases.
This module wraps sqlite3 by using code not contained in the python
distribution.
|