mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
6 lines
223 B
Plaintext
6 lines
223 B
Plaintext
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.
|