Play 2 has excellent support for SQL databases. All the database-related configurations are maintained in the conf/application.conf file. By default, Play 2 provides support for JDBC connection pools (connection pools offer efficient and faster access to the database resources).
Configuring Database Support
This will enable the JDBC API for Play projects.