Setup db connection
1 unresolved thread
1 unresolved thread
Set up connection pool to remote database with HirakiCP
Merge request reports
Activity
assigned to @madslun
1 package NTNU.IDATT1002.database; 2 3 import com.zaxxer.hikari.HikariConfig; 4 import com.zaxxer.hikari.HikariDataSource; 5 6 import java.sql.Connection; 7 import java.sql.SQLException; 8 9 /** 10 * Class for connecting to the database. This will load configurations and create a connection pool. 11 */ 12 public class DBConnection { mentioned in commit a3763838
Please register or sign in to reply