feat: DB adjustments + connection profile (#5)
* Use persistent database and add datasource * Change DLL-behaviour for test * Fix linebreak
This commit is contained in:
parent
4d04fc64aa
commit
c3da0eff5c
5 changed files with 30 additions and 10 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue