From 36135e2fa1ccde1159aed549ce8ca171d130b2c6 Mon Sep 17 00:00:00 2001 From: rdkartono Date: Mon, 14 Jul 2025 07:22:49 +0700 Subject: [PATCH] commit 14072025 --- .idea/dataSources.xml | 18 +++ .idea/inspectionProfiles/Project_Default.xml | 5 + .idea/sqldialects.xml | 7 ++ src/database/Log.kt | 18 ++- src/database/MariaDB.kt | 115 +++++++++++++++++++ 5 files changed, 162 insertions(+), 1 deletion(-) create mode 100644 .idea/dataSources.xml create mode 100644 .idea/sqldialects.xml diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..96fdc1b --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,18 @@ + + + + + mariadb + true + org.mariadb.jdbc.Driver + jdbc:mariadb://localhost:3306/aas + + + + + + + $ProjectFileDir$ + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 16122d2..101f07d 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,11 @@