Standalone client database for Python?

Gerhard Häring gh at ghaering.de
Thu Dec 18 19:29:22 EST 2003


Aaron Watters wrote:
> I've also heard good things about pySQLLite and metakit although
> they both require installing extension modules and supporting
> libraries.

Well, just for clarification: PySQLite does indeed depend on SQLite, but 
the Windows binaries are completely standalone - they're statically 
linked against SQLite.

Also, SQLite is pretty damn fast and scales to multi-gigabyte databases, 
on disk or in-memory.

-- Gerhard






More information about the Python-list mailing list