File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,10 @@ hyperdatabase is intended to be a flexible data store that can hold
5454configurable data in records which we call items.
5555
5656The hyperdatabase is implemented on top of the storage layer, an
57- external module for storing its data. The storage layer could be a
58- third-party RDBMS; for a "batteries-included" distribution, implementing
59- the hyperdatabase on the standard bsddb module is suggested.
57+ external module for storing its data. "Batteries-includes" distribution
58+ implements the hyperdatabase on a standard anydbm module. The storage
59+ layer could be a third-party RDBMS; for a low-maintenance solution,
60+ implementing the hyperdatabase on the SQLite RDBMS is suggested.
6061
6162Dates and Date Arithmetic
6263~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments