root

Members list

Packages

package play.api.db

Contains the JDBC database access API.

Contains the JDBC database access API.

Example, retrieving a connection from the 'customers' datasource:

val conn = db.getConnection("customers")

Attributes

In this article