update doc

This commit is contained in:
2013-09-14 14:44:33 +02:00
parent 3afcf0322c
commit abbb7a274e
6 changed files with 114 additions and 50 deletions

View File

@ -19,7 +19,13 @@
# the whole pypy projet is under MIT licence
# ____________________________________________________________
"""Storage is basic components used to set Config informations in DB.
"""Config's informations are, by default, volatiles. This means, all values and
settings changes will be lost.
The storage is the system Tiramisu uses to communicate with various DB.
You can specified a persistent storage.
Storage is basic components used to set Config informations in DB.
The primary "entry point" class is the StorageType and it's public
configurator ``set_storage()``.
"""