From 8823120942e24f7d3f3352d05769866fcb16cfd2 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 28 Nov 2024 09:36:51 +0100 Subject: [PATCH] Add postgres data source --- .idea/dataSources.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index e69de29..7f7ebde 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -0,0 +1,12 @@ + + + + + postgresql + true + org.postgresql.Driver + jdbc:postgresql://localhost:5432/holycow + $ProjectFileDir$ + + + \ No newline at end of file