mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Merge pull request #194 from deronnax/patch-1
Update technical_choices.rst
This commit is contained in:
commit
feceb6a5a9
1 changed files with 4 additions and 2 deletions
|
@ -207,5 +207,7 @@ The package offers 8 modules.
|
|||
|
||||
``storage``
|
||||
This folder is a set of storage modules able to read and write
|
||||
collections. The only one is now ``filesystem``, storing each collection into
|
||||
one flat plain-text file.
|
||||
collections. Currently there are three storage modules: ``filesystem``, storing
|
||||
each collection into one flat plain-text file, ``multifilesystem``, storing each
|
||||
entries into separates plain-text files, and ``database``, storing entries in a
|
||||
database. ``filesystem`` is stable and battle-tested, others are experimentals.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue