Packages

package schemas

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class FkLink(fromTable: String, fromColumn: String, toTable: String, toColumn: String, name: String) extends Product with Serializable
  2. case class SchemaConfig(connection: ConnectionConfig, tables: Seq[String] = Nil) extends Product with Serializable

    Mapped to Hocon configuration in src/main/resources

    Mapped to Hocon configuration in src/main/resources

    Default behaviour is to generate the schema for every table.

  3. final case class SchemaLogic(dbConnection: DbConnection, schemaConfig: SchemaConfig) extends Product with Serializable

Value Members

  1. object SchemaConfig extends Serializable

Ungrouped