DatabaseConfig

play.api.db.DatabaseConfig
See theDatabaseConfig companion object
case class DatabaseConfig(driver: Option[String], url: Option[String], username: Option[String], password: Option[String], jndiName: Option[String])

The generic database configuration.

Value parameters

driver

The driver

jndiName

The JNDI name

password

The password

url

The jdbc URL

username

The username

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product