Initial *untested* support for database storage

This commit is contained in:
Guillaume Ayoub
2013-04-20 12:51:32 +02:00
parent 36feabb680
commit 16c6f55ebd
3 changed files with 279 additions and 2 deletions

7
config
View File

@ -89,11 +89,18 @@ file = ~/.config/radicale/rights
[storage]
# Storage backend
# Value: filesystem | database
type = filesystem
# Folder for storing local collections, created if not present
filesystem_folder = ~/.config/radicale/collections
# Database URL for SQLAlchemy
# dialect+driver://user:password@host/dbname[?key=value..]
# For example: sqlite:///var/db/radicale.db, postgresql://user:password@localhost/radicale
# See http://docs.sqlalchemy.org/en/rel_0_8/core/engines.html#sqlalchemy.create_engine
database_url =
[logging]
# Logging configuration file