com.websudos.morpheus

dsl

package dsl

Visibility
  1. Public
  2. All

Type Members

  1. abstract class BaseTable[Owner <: BaseTable[Owner, Record], Record] extends AnyRef

    The basic wrapper definition of an SQL table.

  2. trait DefaultImportsDefinition extends LowPriorityImplicits with ModifyImplicits with DefaultForeignKeyConstraints with CreateImplicits

    As the implementation of SQL builders may differ depending on the type of SQL database in use, we will provide a series of specific imports for each individual database.

Ungrouped