harness.sql.Atomically$.Live
See theLive companion object
final case class Live[E](con: Database, mapError: ErrorMapper[QueryError, E]) extends WithConnection[E]
Uses a live connection. If the given effect passes, it will be committed. If the given effect fails, it will be rolled back.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WithConnection[E]trait Atomically[E]class Objecttrait Matchableclass Any
Members list
In this article