Flat file, Python accessible database?
Kent Johnson
kent37 at tds.net
Tue Nov 1 12:49:54 EST 2005
Karlo Lozovina wrote:
> I've been Googling around for _small_, flat file (no server processes),
> SQL-like database which can be easily access from Python. Speed and
> perforamnce are of no issue, most important is that all data is contained
> within single file and no server binary has to run in order to use the
> dbase. Oh, and I'm using Python under Cygwin.
Depending on what you mean by "SQL-like" you might like KirbyBase
http://www.netpromi.com/kirbybase.html
Kent
More information about the Python-list
mailing list