Package

com.rocketfuel.sdbc

postgresql

Permalink

package postgresql

Visibility
  1. Public
  2. All

Value Members

  1. package jdbc

    Permalink

    Import the contents of this package to interact with PostgreSQL using JDBC.

    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)

Ungrouped