[Zope-dev] Re: TinyTables
Shane Hathaway
shathaway@earthling
Wed, 26 Apr 2000 11:02:04 -0400
TinyTables are an approach to management of small amounts of data. As
long as they're used in such a way that they can be swapped out easily,
they're quite useful.
I wrote DatabaseAPI for the purpose of making it possible to swap out a
database implementation with a better one. Along with that I created
the TinyTablesPlus product, which permits programatic updates of a
TinyTable. Used together, these products make it easy to start writing
database applications without depending on any specific type of
database.
Shane