mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-26 17:58: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:
parent
1e4799154f
commit
66cf418279
1 changed files with 4 additions and 2 deletions
|
@ -207,5 +207,7 @@ The package offers 8 modules.
|
||||||
|
|
||||||
``storage``
|
``storage``
|
||||||
This folder is a set of storage modules able to read and write
|
This folder is a set of storage modules able to read and write
|
||||||
collections. The only one is now ``filesystem``, storing each collection into
|
collections. Currently there are three storage modules: ``filesystem``, storing
|
||||||
one flat plain-text file.
|
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