radicale-sql/README.md

27 lines
589 B
Markdown
Raw Permalink Normal View History

2022-12-02 02:38:21 +01:00
# Radicale SQL storage plugin
A storage plugin for [Radicale](https://radicale.org) with some extra features.
Can automatically generate birthday calendars based on address books.
## Configuration
Example
```ini
[storage]
type=radicale_sql
url=sqlite:///data.db
generate_birthday_calendars=False
```
2022-12-02 02:38:21 +01:00
## TODO
- ~~ensure all database operations run in one transaction~~
2022-12-02 02:38:21 +01:00
- implement caching
- write unit tests
- ~~write integration test~~
- extend integration test to include auto-generated collections
2022-12-02 02:38:21 +01:00
- run cleanup of `item_history` and `collection_state` tables
- integrate alembic