1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-23 17:48:30 +00:00

Update technical_choices.rst

talks about the two other backend, multifilesystem and database, and tell that they are experimentals
This commit is contained in:
Mathieu Dupuy 2014-08-06 15:21:00 +02:00
parent 1e4799154f
commit 66cf418279

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.