[Python-Dev] pysqlite for 2.5? (original) (raw)

Gerhard Häring gh at ghaering.de
Thu Mar 30 17:28:24 CEST 2006


M.-A. Lemburg wrote:

[...] Also your statement regarding sqlite3 suggests that sqlite itself is not included - why not ?

All of these are non-issues if we just compile against an installed SQLite on Unix-like system if it can be found.

On Windows, I also prefer to have a dynamically linked SQLite Python module. We can distribute the SQLITE3.DLL with Python, and then people could just download an updated SQLITE.DLL from http://sqlite.org/ and overwrite the existing one of the Python installation, if an important bug is fixed in SQLite.

Isn't the main argument for having pysqlite included in the core to be able to play around with SQL without relying on external libraries ?

This, and that you can prototype without having to install and configure a database server. For many applications, the prototype can be the final version.

-- Gerhard



More information about the Python-Dev mailing list