com.rocketfuel.sdbc
Import the contents of this package to interact with PostgreSQL using JDBC.
import com.rocketfuel.sdbc.postgresql.jdbc._ val pool = Pool(...) pool.withConnection(_.iterator[Int]("SELECT 1").toSeq)
Import the contents of this package to interact with PostgreSQL using JDBC.