Packages

object SimpleEvolutionsReader

Simple map based implementation of the evolutions reader.

Source
EvolutionsApi.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleEvolutionsReader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. 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.

  2. 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.