From 7edd23055208a6233dc93451cb404749c60e2252 Mon Sep 17 00:00:00 2001 From: Sayan Biswas Date: Fri, 8 Oct 2021 21:46:58 +0530 Subject: [PATCH] Add db info to project settings Signed-off-by: Sayan Biswas --- .idea/dataSources.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .idea/dataSources.xml diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..7120a9c --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,17 @@ + + + + + sqlite.xerial + true + org.sqlite.JDBC + jdbc:sqlite:E:\gits\SpamProtection-Mirror-Bot\spb.db + $ProjectFileDir$ + + + file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.34.0/sqlite-jdbc-3.34.0.jar + + + + + \ No newline at end of file