Add WIP sqlite store

This commit is contained in:
Lennart
2023-10-08 14:48:51 +02:00
parent f6cf5bd645
commit 4f2e92c953
7 changed files with 88 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
pub mod calendar;
pub mod event;
pub mod sqlite_store;
pub mod timestamps;
pub mod toml_store;