DB connection and transactor as separate class with config and IO

This commit is contained in:
Guntis Smaukstelis
2023-10-24 11:59:23 +03:00
parent 47be3bf385
commit 6819aa3166
4 changed files with 35 additions and 14 deletions
+3
View File
@@ -0,0 +1,3 @@
username = "postgres"
password = "mysecretpassword"
url = "jdbc:postgresql://localhost:5432/weather-tool"