busymachines.pureharm.dbdoobie.internals

Type members

Classlikes

object DoobieConnectionEC extends SproutSub[ExecutionContext]

Denotes the EC on which connections are managed, backed up by a fixed thread pool with the number of threads equal to the number of connections

Denotes the EC on which connections are managed, backed up by a fixed thread pool with the number of threads equal to the number of connections

abstract class DoobieRepo[F[_], E, PK, TA <: TableWithPK[E, PK]](implicit val transactor: Transactor[F], val F: MonadCancelThrow[F]) extends Repo[F, E, PK]
Since

24 Sep 2019

abstract class DoobieRepoQueries[E, PK, Table <: TableWithPK[E, PK]] extends Repo[ConnectionIO, E, PK]
Since

24 Sep 2019

final class PureharmMetaOps[O](val m: Meta[O]) extends AnyVal
Since

24 Sep 2019

abstract class TableWithPK[E, PK](implicit iden: Identifiable[E, PK])
Since

24 Sep 2019

There is little point in using something other than a Hikari Transactor for this...

There is little point in using something other than a Hikari Transactor for this...

Since

26 Jun 2020

Types

type DoobieConnectionEC = Type