All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalikejdbc.orm.basic.ConnectionPoolFeature.scala Maven / Gradle / Ivy

The newest version!
package scalikejdbc.orm.basic

// Don't change this import
import scalikejdbc._

/**
 * Provides ConnectionPool.
 */
trait ConnectionPoolFeature {
  self: SQLSyntaxSupport[?] =>

  /**
   * Returns connection pool.
   *
   * @return pool
   */
  def connectionPool: ConnectionPool = ConnectionPool(connectionPoolName)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy