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 -- http://mail.python.org/mailman/listinfo/python-list