Databases and python

Rene Pijlman reply.in.the.newsgroup at my.address.is.invalid
Thu Feb 16 04:09:42 EST 2006


Dan Stromberg:
>is there a python database interface that would allow me to define a 
>-lot- of tables?  Like, each word becomes a table, and then the fields 
>in that table are just the filenames that contained that word.

Give ZODB a try. 
http://www.zope.org/Wikis/ZODB/FrontPage
http://www.python.org/workshops/2000-01/proceedings/papers/fulton/zodb3.html

My first attempt would be: a BTree with the word as key, and a 'list of
filenames' as value.
http://www.zope.org/Wikis/ZODB/FrontPage/guide/node6.html#SECTION000630000000000000000

-- 
René Pijlman



More information about the Python-list mailing list