A Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python.
5 lines
230 B
Plaintext
5 lines
230 B
Plaintext
A Python wrapper for the SQLite embedded relational database engine.
|
|
In contrast to other wrappers such as pysqlite it focuses on being
|
|
a minimal layer over SQLite attempting just to translate the
|
|
complete SQLite API into Python.
|