The Play 2.0 Scala equivalent to this would be:
Play.current.configuration.getString("db.driver")
You will also need import play.api.Play
The full docs for this are here.
The Play 2.0 Scala equivalent to this would be:
Play.current.configuration.getString("db.driver")
You will also need import play.api.Play
The full docs for this are here.