I just started working with play, and I modified the way I\'m doing a SQL read and I\'m now getting the following error:
[Exception: DB plugin is not registe
Just make sure you provide the database configuration. For example, if you are using Play Framework's tutorial, uncomment this section.
# Database configuration
# ~~~~~
# You can declare as many datasources as you want.
# By convention, the default datasource is named `default`
#
# db.default.driver=org.h2.Driver
# db.default.url="jdbc:h2:mem:play"
# db.default.user=sa
# db.default.password=""**
For more information, see Play Framework Database Configuration