Scanamo

org.scanamo.Scanamo
See theScanamo companion object
final class Scanamo

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

To avoid blocking, use org.scanamo.ScanamoAsync

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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

Attributes

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.

Attributes