first commit

This commit is contained in:
2025-06-16 08:47:38 +07:00
parent 9fd167c0f8
commit 501bca8487
9 changed files with 290 additions and 1 deletions

16
.idea/dataSources.xml generated Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="database.sqlite" uuid="e3a179f2-1d23-454c-bfc9-be01556096f9">
<driver-ref>sqlite.xerial</driver-ref>
<synchronize>true</synchronize>
<remarks>Database for FA Gateway</remarks>
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
<jdbc-url>jdbc:sqlite:database.sqlite</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>

10
.idea/libraries/xerial_sqlite_jdbc.xml generated Normal file
View File

@@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="xerial.sqlite.jdbc" type="repository">
<properties maven-id="org.xerial:sqlite-jdbc:3.49.1.0" />
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/sqlite-jdbc-3.49.1.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

6
.idea/sqldialects.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="SqlDialectMappings">
<file url="file://$PROJECT_DIR$/src/database/Database.java" dialect="SQLite" />
</component>
</project>