play.api
Contains the JDBC database access API.
Example, retrieving a connection from the 'customers' datasource:
val conn = DB.getConnection("customers")
A DBPlugin implementation that provides a DBApi
The Play Database API manages several connection pools.
Generic DBPlugin interface
Provides a high-level API for getting JDBC connections.
Contains the JDBC database access API.
Example, retrieving a connection from the 'customers' datasource: