Database for storing heterogeneous "message" objects

iti01362 at mweb.co.za iti01362 at mweb.co.za
Mon Feb 7 13:24:58 EST 2000


Jason Stokes <jstok at bluedog.apana.org.au> wrote in message
news:I4qn4.20005$3b6.85771 at ozemail.com.au...
> 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.
>
> The Python standard relational database API doesn't quite fit this domain
> because the structure of such a database isn't quite tabular.

Sounds like you need to use XML rather?  Why bother with a relational
database?

Mario Marais






More information about the Python-list mailing list