1
0
Fork 0
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:
Guillaume Ayoub 2014-08-13 13:14:52 +02:00
commit feceb6a5a9

View file

@ -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.