Database for storing heterogeneous "message" objects
Roberto Lupi
Roberto.Lupi at ascu.unian.it
Tue Feb 8 05:19:55 EST 2000
More information about the Python-list mailing list
Tue Feb 8 05:19:55 EST 2000
- Previous message (by thread): ANN: calie 0.5 (mostly for LaTeX users)
- Next message (by thread): Database for storing heterogeneous "message" objects
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <I4qn4.20005$3b6.85771 at ozemail.com.au>, jstok at bluedog.apana.org.au says... > I want to use a database to store sets of heterogeneous "message" objects, > which currently cover email and news messages, but will be extended more > generally to include messages in web-accessible archives and other > "email-like" things. Queries can be made on a message database based on > their header properties. You can use ZODB, the OODBMS that is the basis of Zope - IMHO it fits your requirements nicely. > defined for all messages. I want to allow queries on optional headers -- if > a header is defined for a message, any selection rule based on that message > will be applied to it, otherwise the test automatically fails. You can use ZCatalog. -- Roberto Lupi
- Previous message (by thread): ANN: calie 0.5 (mostly for LaTeX users)
- Next message (by thread): Database for storing heterogeneous "message" objects
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list