Play Framework 2.0: Connectivity with MySQL in Scala

Table of contents
Reading Time: < 1 minute

Welcome to another week of KnolX sessions .The emphasis in this session is on How to connect a Play Application with Mysql as database in Scala.Play includes a simple data access layer called Anorm that uses plain SQL to interact with the database and provides an API to parse and transform the resulting datasets.

Entire code can be found here: https://github.com/knoldus/FormDemoInPlayWithMysql

Discover more from Knoldus Blogs

Subscribe now to keep reading and get access to the full archive.

Continue reading