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