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

15
.idea/dataSources.xml generated Normal file
View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="Database" uuid="f67a83d5-9533-4a9b-acc4-588c2d1ee383">
<driver-ref>sqlite.xerial</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
<jdbc-url>jdbc:sqlite:sqLiteDb.db</jdbc-url>
<jdbc-additional-properties>
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
</jdbc-additional-properties>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>