Looking for a database. Sugestions?

Christoph Haas email at christoph-haas.de
Fri Sep 16 08:39:25 EDT 2005


On Thu, Sep 15, 2005 at 11:00:46PM +0200, ionel wrote:
> I'm looking for a thread-safe database.
> Preferably an embedded, sql database.
> 
> What are the best choices in terms of speed ?

Sqlite may be a good choice. It doesn't have network overhead, operates
on simple files on the disk (nothing to configure) and is often faster
than MySQL & Co.

Regards
 Christoph
-- 
~
~
~
".signature" [Modified] 3 lines --100%--                3,41         All



More information about the Python-list mailing list