6 lines
190 B
Plaintext
6 lines
190 B
Plaintext
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.
|