skinny.orm.feature.ConnectionPoolFeature.scala Maven / Gradle / Ivy
package skinny.orm.feature
import scalikejdbc._
/**
* Provides ConnectionPool.
*/
trait ConnectionPoolFeature { self: SQLSyntaxSupport[_] =>
/**
* Returns connection pool.
*
* @return pool
*/
def connectionPool: ConnectionPool = ConnectionPool(connectionPoolName)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy