Datenbanken, erster Versuch

This commit is contained in:
Gonne 2022-08-29 22:58:19 +02:00
parent b26544756a
commit 766aedf22d
21 changed files with 678 additions and 320 deletions

5
.gitignore vendored
View file

@ -6,6 +6,9 @@
*.dylib
sprechstundentool
#Databases
*.db
# Test binary, built with `go test -c`
*.test
@ -17,3 +20,5 @@ vendor/
# Go workspace file
go.work
go.mod
go.sum