Flat file, Python accessible database?

Björn Lindström bkhl at stp.lingfil.uu.se
Tue Nov 1 12:48:18 EST 2005


Karlo Lozovina <_karlo_ at _mosor.net_> writes:

> I've been Googling around for _small_, flat file (no server
> processes), SQL-like database which can be easily access from Python.

If you need it to be SQL-like, SQLite seems to be the right thing.

It's not clear to me what you mean by "flat" file here, but if you mean
it should be human readable, maybe the csv module is the thing.

http://docs.python.org/lib/module-csv.html

-- 
Björn Lindström <bkhl at stp.lingfil.uu.se>
Student of computational linguistics, Uppsala University, Sweden



More information about the Python-list mailing list