package dbslick

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait PostgresqlJSON extends Product with Serializable
  2. trait SlickAliases extends AnyRef

    Since

    16 Jun 2019

  3. trait SlickConnectionIOCatsInstances extends AnyRef

    Since

    04 Apr 2019

  4. trait SlickPostgresCirceSupportAPI extends AnyRef

    Since

    16 Jun 2019

  5. trait SlickRepoQueriesDefinitions extends AnyRef

    See busymachines.pureharm.dbslick.PureharmSlickPostgresProfile On how to get to use this.

    See busymachines.pureharm.dbslick.PureharmSlickPostgresProfile On how to get to use this. Don't blame me, it's how you usually do stuff with slick.

    Since

    04 Apr 2019

Value Members

  1. object PostgresqlJSON extends Serializable
  2. object PureharmSlickConnectionIOOps

    Since

    01 Aug 2019

  3. object PureharmSlickInstances

    Unfortunately type inference rarely (if ever) works with something fully generic like

    Unfortunately type inference rarely (if ever) works with something fully generic like

      trait LowPriorityPhantomTypeInstances {
      final implicit def genericColumnType[Tag, T](implicit ct: ColumnType[T]): ColumnType[T @@ Tag] =
        ct.asInstanceOf[ColumnType[T @@ Tag]]
    }

    At some point in time another crack will have to be taken to implement the fully generic version, but for now giving up...

    Since

    12 Jun 2019

Ungrouped