feat: DB adjustments + connection profile (#5)

* Use persistent database and add datasource

* Change DLL-behaviour for test

* Fix linebreak
This commit is contained in:
Torge Hamann 2024-11-17 20:57:39 +01:00 committed by GitHub
parent 4d04fc64aa
commit c3da0eff5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 30 additions and 10 deletions

3
.gitignore vendored
View file

@ -19,6 +19,7 @@ bin/
### IntelliJ IDEA ###
.idea
!.idea/dataSources.xml
*.iws
*.iml
*.ipr
@ -37,4 +38,4 @@ out/
.vscode/
### SQLite DB ###
sqlLiteDb
sqLiteDb.db