Help Create Good Data Model

Sybren Stuvel sybrenUSE at YOURthirdtower.com.imagination
Sat Mar 11 15:25:07 EST 2006


mwt enlightened us with:
> I'm reworking a little app I wrote, in order to separate the data
> from the UI.

Good idea.

> As a start, I wanted to create a iron-clad data recepticle that will
> hold all the important values, and stand up to being queried by
> various sources, perhaps concurrently.

Why do that yourself, if you can have SQLite databases? SQLite is even
capable of in-memory databases. No need to re-invent the wheel.

Sybren
-- 
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself? 
                                             Frank Zappa



More information about the Python-list mailing list