Standalone client database for Python?

Gerhard Häring gh at ghaering.de
Wed Dec 17 11:15:39 EST 2003


Gustavo Campanelli wrote:
> What are our options for a standalone (that is one that's not 
> client/server) easily accesible from Python? [...]

If you need a "real" query language (read: SQL), then I can recommend 
PySQLite (http://pysqlite.sourceforge.net/).

-- Gerhard






More information about the Python-list mailing list