This commit is contained in:
2025-08-30 10:30:43 +02:00
commit 912c7ed374
35 changed files with 2327 additions and 0 deletions

15
docs/SCHEMA.md Normal file
View File

@ -0,0 +1,15 @@
Database Layout Documentation
=============================
Default table
```
[
{
'room': 'roomname',
'name': 'firstname-middlename-lastname',
'arrival': 'UTC-ISO-TIMESTAMP',
'departure': 'UTC-ISO-TIMESTAMP'
},
...
]
```