japgolly.webapputil.db.test
package japgolly.webapputil.db.test
Type members
Classlikes
Extend this to create your own:
Extend this to create your own:
object TestDb extends japgolly.webapputil.db.test.TestDb {
override protected def cfg: DbConfig =
xxx
onlyAllowDropSchemaWhenDatabaseNameEndsWith("_test")
}
trait TestDbConfig
Extend this to create your own:
Extend this to create your own:
object TestConfig extends japgolly.webapputil.db.test.TestDbConfig {
override protected def propsFilename =
"blah.properties"
}