data base

sismex01 at hebmex.com sismex01 at hebmex.com
Thu Jun 5 12:25:07 EDT 2003


> From: Alex [mailto:alexferri at email.it]
> Sent: Thursday, June 05, 2003 11:21 AM
> 
> Hi All,
> 
> I'm newbie
> 
> What is the cross-platform/free data base that I can use in 
> my project?
> 
> The data base not need of server db such as SQL 
> server/Oracle/mySql, but
> like a MS Access.
> 
> 
> Thank you,
> Alex - Italy
>

I'd recommend you take a look at Gerhard Haering's excellent
port of SQLite to Python: PySQLite (you knew that, didn't you?).

SQLite is a C libary which embeds a SQL engine and a database
manager into your applications; it's quite small, and terribly
fast (err... "hideously fast".. hmmm... "awfully fast"...)
very, very fast. :-)

I don't have an URL handy, but I believe it's at
   http://pysqlite.sf.net/

like all worthy open-source projects. :-)

hth!

-gca
Advertencia:La informacion contenida en este mensaje es confidencial y
restringida, por lo tanto esta destinada unicamente para el uso de la
persona arriba indicada, se le notifica que esta prohibida la difusion de
este mensaje. Si ha recibido este mensaje por error, o si hay problemas en
la transmision, favor de comunicarse con el remitente. Gracias.





More information about the Python-list mailing list