2013-09-26 17:14:40 +02:00

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.