object SimpleEvolutionsReader
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleEvolutionsReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def forDefault(evolutions: Evolution*): SimpleEvolutionsReader
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.
- evolutions
The evolutions.
- def from(data: (String, Seq[Evolution])*): SimpleEvolutionsReader
Create a simple evolutions reader from the given data.
Create a simple evolutions reader from the given data.
- data
A map of database name to a sequence of evolutions.
Simple map based implementation of the evolutions reader.