SUSPECT: Re: Python, xml, databases, ...

Cameron Laird claird at lairds.com
Thu Dec 4 13:44:11 EST 2003


In article <mailman.65.1070450368.16879.python-list at python.org>,
Pieter Claerhout  <Pieter.Claerhout at Creo.com> wrote:
>SQLite is easier to embed since you don't need to install anything
>seperately. Include the neccesary Python modules and shared libraries, and
>you can create databases. With Firebird, MySQL and PostgreSQL, you need to
>install separate software. If I'm not mistaking, performance wise, SQLite
>will be faster, but I'm not sure how it handles large databases (let's say
>100 MB or more).
			.
			.
			.
I'm working with production SQLite databases of over 80 MB,
and its performance is just great.
-- 

Cameron Laird <claird at phaseit.net>
Business:  http://www.Phaseit.net




More information about the Python-list mailing list