Something simular to java's hsqldb for python??

Meno dontaskme at doityourself.com
Wed Jun 16 16:06:46 EDT 2004


pet100us at yahoo.com (pet100us) wrote in message news:<792ea523.0406160601.1b217d78 at posting.google.com>...
> Hi,
> 
> Is there some program that is simular to java's hsqldb
> (http://hsqldb.sourceforge.net/). It is a relational database that can
> easily be used within a small java program without installing a MySQL,
> Postgresql etc. It is used within the same virtual machine whitout
> installing anything extra.
> 

You can give a try to SQLite (http://www.sqlite.org/) using PySQLite
(http://sourceforge.net/projects/pysqlite/).

Meno.



More information about the Python-list mailing list