first implementation of cal.db, that

- successfully connects to db
- updated db sheme
- succeeds in listing appointments

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-12-22 20:33:35 +01:00
parent edfe423621
commit e4b8bcb99a
12 changed files with 214 additions and 29 deletions
+1
View File
@@ -4,3 +4,4 @@ include("de.srsoftware.cal.api")
include("de.srsoftware.cal.db")
include("de.srsoftware.cal.importer")
include("de.srsoftware.cal.web")
include("de.srsoftware.cal.base")