zoobie.Transactor
See theTransactor companion object
Attributes
- Companion
- object
- Source
- Transactor.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Value members
Abstract methods
Attributes
- Source
- Transactor.scala
Attributes
- Source
- Transactor.scala
Attributes
- Source
- Transactor.scala
Concrete methods
Attributes
- Source
- Transactor.scala
Execute the given ConnectionIO on a connection using the strategy.
Execute the given ConnectionIO on a connection using the strategy.
Attributes
- Source
- Transactor.scala
Executes each ConnectionIO in the stream individually on a connection using the strategy.
Executes each ConnectionIO in the stream individually on a connection using the strategy.
Attributes
- Source
- Transactor.scala
def streamSingleConnection[A](s: Stream[ConnectionIO, A])(implicit trace: Trace): ZStream[Any, DatabaseError, A]
Executes each ConnectionIO in the stream on a single connection using the strategy.
Executes each ConnectionIO in the stream on a single connection using the strategy.
Use with care with a strategy that is transactional as the transaction will be open until the stream completes. This means if the connection came from a pool it will not be returned until the stream completes.
Attributes
- Source
- Transactor.scala
Attributes
- Source
- Transactor.scala
Attributes
- Source
- Transactor.scala
In this article