From 66cf4182798da1e80209df4b56cc3f2e5c79f92b Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Wed, 6 Aug 2014 15:21:00 +0200 Subject: [PATCH] Update technical_choices.rst talks about the two other backend, multifilesystem and database, and tell that they are experimentals --- pages/technical_choices.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/technical_choices.rst b/pages/technical_choices.rst index d26b3091..f6f0ca4e 100644 --- a/pages/technical_choices.rst +++ b/pages/technical_choices.rst @@ -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.