p
schemas
package schemas
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class FkLink(fromTable: String, fromColumn: String, toTable: String, toColumn: String, name: String) extends Product with Serializable
- 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.
- final case class SchemaLogic(dbConnection: DbConnection, schemaConfig: SchemaConfig) extends Product with Serializable
Value Members
- object SchemaConfig extends Serializable