Single-file database engine

Gerhard Häring gerhard.haering at gmx.de
Mon Dec 16 19:54:13 EST 2002


* Guyon Morée <gumuz at looze.net> [2002-12-17 00:10 +0000]:
> Hi, I'm looking for a simple database engine which can store multiple tables
> into _one_ file and has a SQL interface.
> 
> Anybody knows something I could take a look at?

I'm helping developing this one:

    PySQLite: http://pysqlite.sf.net/

There's also

    Gadfly: http://gadfly.sf.net/

and
    
    MkSQL: http://www.mcmillan-inc.com/mksqlintro.html

I'd recommend you give PySQLite a try first.

Though if you need a 100 % pure Python solution you should check out
Gadfly instead.

Gerhard
-- 
Favourite database:             http://www.postgresql.org/
Favourite programming language: http://www.python.org/
Combine the two:                http://pypgsql.sf.net/
Embedded database for Python:   http://pysqlite.sf.net/




More information about the Python-list mailing list