ScanamoAsync

final class ScanamoAsync

Interprets Scanamo operations in an asynchronous context: Scala futures.

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def exec[A](op: ScanamoOps[A]): Future[A]

Execute the operations built with org.scanamo.Table

Execute the operations built with org.scanamo.Table

def execT[M[_] : Monad, A](hoist: FunctionK[Future, M])(op: ScanamoOpsT[M, A]): M[A]

Execute the operations built with org.scanamo.Table with effects in the monad M threaded in.

Execute the operations built with org.scanamo.Table with effects in the monad M threaded in.