Mercurial > p > roundup > code
diff doc/design.txt @ 2817:80f7559933b8
bsddb is removed; stop suggesting it. suggest sqlite instead.
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Sun, 24 Oct 2004 08:40:06 +0000 |
| parents | dc65f4a91433 |
| children | 2e3f3204afc9 |
line wrap: on
line diff
--- a/doc/design.txt Sun Oct 24 08:38:40 2004 +0000 +++ b/doc/design.txt Sun Oct 24 08:40:06 2004 +0000 @@ -54,9 +54,10 @@ 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. The storage layer could be a -third-party RDBMS; for a "batteries-included" distribution, implementing -the hyperdatabase on the standard bsddb module is suggested. +external module for storing its data. "Batteries-includes" distribution +implements the hyperdatabase on a 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 ~~~~~~~~~~~~~~~~~~~~~~~~~
