class SimpleEvolutionsReader extends EvolutionsReader

Simple map based implementation of the evolutions reader.

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

Instance Constructors

  1. new SimpleEvolutionsReader(evolutionsMap: Map[String, Seq[Evolution]])

Value Members

  1. def evolutions(db: String): Seq[Evolution]

    Read the evolutions for the given db

    Read the evolutions for the given db

    Definition Classes
    EvolutionsReader