Single-file database engine

Gumuz gumuz at looze.net
Tue Dec 17 04:22:34 EST 2002


PySQLite looks very promising and is probably exactly what i need, thanx!



"Gerhard Häring" <gerhard.haering at gmx.de> wrote in message
news:mailman.1040086524.8119.python-list at python.org...
> * 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