Skip to content

Instantly share code, notes, and snippets.

View nixos89's full-sized avatar
🏠
Working from home

Nikola Stevanović nixos89

🏠
Working from home
View GitHub Profile
@nixos89
nixos89 / ConnectionPoolManager.scala
Created August 17, 2022 15:19 — forked from y2k-shubham/ConnectionPoolManager.scala
ScalikeJdbc ConnectionPool wrapper utility
import java.sql.Connection
import com.typesafe.scalalogging.Logger
import com.company.utils.jdbc.MySQLConfig
import scalikejdbc.{ConnectionPool, ConnectionPoolSettings, DB, using}
import scala.util.control.NonFatal
object ConnectionPoolManager {