SimpleEvolutionsReader

play.api.db.evolutions.SimpleEvolutionsReader
See theSimpleEvolutionsReader companion class

Simple map based implementation of the evolutions reader.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Create a simple evolutions reader from the given evolutions for the default database.

Create a simple evolutions reader from the given evolutions for the default database.

Value parameters

evolutions

The evolutions.

Attributes

Create a simple evolutions reader from the given data.

Create a simple evolutions reader from the given data.

Value parameters

data

A map of database name to a sequence of evolutions.

Attributes