Mercurial > p > roundup > code
diff doc/design.txt @ 2951:2e3f3204afc9
merge from maint-0-7
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 23 Nov 2004 23:58:36 +0000 |
| parents | 80f7559933b8 |
| children | 9614a101b68f |
line wrap: on
line diff
--- a/doc/design.txt Tue Nov 23 22:45:13 2004 +0000 +++ b/doc/design.txt Tue Nov 23 23:58:36 2004 +0000 @@ -50,15 +50,16 @@ ------------- The lowest-level component to be implemented is the hyperdatabase. The -hyperdatabase is intended to be a flexible data store that can hold -configurable data in records which we call items. +hyperdatabase is a flexible data store that can hold configurable data +in records which we call items. The hyperdatabase is implemented on top of the storage layer, an -external module for storing its data. "Batteries-includes" distribution -implements the hyperdatabase on a standard anydbm module. The storage +external module for storing its data. The "batteries-includes" distribution +implements the hyperdatabase on the standard anydbm module. The storage layer could be a third-party RDBMS; for a low-maintenance solution, implementing the hyperdatabase on the SQLite RDBMS is suggested. + Dates and Date Arithmetic ~~~~~~~~~~~~~~~~~~~~~~~~~
