💾 Setup SQLite database (#3)
* Add SQLite setup * Add basic user entity and repository * Adjust DB naming * Consolidate properties
This commit is contained in:
parent
254f2f09ec
commit
e75ac48743
7 changed files with 141 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -35,3 +35,6 @@ out/
|
|||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
|
||||
### SQLite DB ###
|
||||
sqlLiteDb
|
Loading…
Add table
Add a link
Reference in a new issue