Packages

package phdbslick

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class SlickDBIOAsyncExecutorConfig(prefixName: String, queueSize: Int, maxConnections: Int) extends Product with Serializable

    For now we only expose one single configuration, in future versions we'll provide more configurable, and type-safe DSL, so you don't accidentally shoot yourself in the foot by providing a possibly dead-locking config.

    For now we only expose one single configuration, in future versions we'll provide more configurable, and type-safe DSL, so you don't accidentally shoot yourself in the foot by providing a possibly dead-locking config.

    Since

    02 Apr 2019

  2. trait SlickQueryAlgebraDefinitions extends AnyRef

    Mix in into your global slick definition object.

    Mix in into your global slick definition object. You know which one, every application has one.

    Unfortunately, there is no way to make these definitions directly available in your "api" object that you then import everywhere slick.

    Copy the definitions from definitions.SlickQueryAlgebraTypes to achieve the one import experience.

    Since

    04 Apr 2019

  3. trait Transactor[F[_]] extends AnyRef

    Since

    02 Apr 2019

Value Members

  1. object SlickDBIOAsyncExecutorConfig extends Serializable
  2. object Transactor
  3. object slickTypes

    Since

    22 Apr 2019

Ungrouped