💾 Setup SQLite database (#3)

* Add SQLite setup

* Add basic user entity and repository

* Adjust DB naming

* Consolidate properties
This commit is contained in:
Torge Hamann 2024-11-17 19:09:28 +01:00 committed by GitHub
parent 254f2f09ec
commit e75ac48743
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 141 additions and 0 deletions

3
.gitignore vendored
View file

@ -35,3 +35,6 @@ out/
### VS Code ###
.vscode/
### SQLite DB ###
sqlLiteDb