CatsTransactionDb
dataprism.sql.CatsTransactionDb
trait CatsTransactionDb[F[_], Codec[_]] extends CatsDb[F, Codec], TransactionDb[F, Codec]
Attributes
- Source
- CatsTransactionDb.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class SkunkTransactionDb[F]
Members list
Type members
Inherited types
type Savepoint
Attributes
- Inherited from:
- TransactionDb
- Source
- TransactionDb.scala
Value members
Inherited methods
Attributes
- Inherited from:
- TransactionDb
- Source
- TransactionDb.scala
Attributes
- Inherited from:
- TransactionDb
- Source
- TransactionDb.scala
Attributes
- Inherited from:
- TransactionDb
- Source
- TransactionDb.scala
def runIntoRes[Res[_[_]]](sql: SqlStr[Codec], dbTypes: Res[Codec], minRows: Int, maxRows: Int)(using FT: TraverseKC[Res]): F[Seq[Res[Id]]]
Attributes
- Inherited from:
- TransactionDb
- Source
- TransactionDb.scala
In this article