Scanamo

final class Scanamo

Provides a simplified interface for reading and writing case classes to DynamoDB

To avoid blocking, use org.scanamo.ScanamoAsync

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Execute the operations built with org.scanamo.Table

Execute the operations built with org.scanamo.Table

def execT[M[_] : Monad, A](hoist: FunctionK[Id, 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.