busymachines.pureharm.dbdoobie.internals
Type members
Classlikes
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
trait TransactorImplicits
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