Tynamo
  • Introduction
  • get started
    • Installation
  • modeling entity
    • Define entity
    • Define property
      • Alias
      • Nullable
      • DataType
      • Serializer / Deserializer
  • API
    • Differences from Dynamo
    • Tynamo
      • TynamoConnection
      • TynamoTable
        • createTable
        • deleteTable
        • describeTable
        • getItem
        • putItem
        • updateItem
        • deleteItem
        • batchPutItem
        • batchGetItem
        • scan
        • query
    • Mapper
      • Formation
        • formation
        • formationProperty
        • formationMap
        • formationList
        • ...foundations
      • Deformation
        • deformation
        • deformationProperty
        • deformationMap
        • deformationList
        • ...foundations
  • Expressions
    • Differences from Dynamo
    • Conditional Expression
    • Projection Expression
    • Update Expression
Powered by GitBook
On this page

Was this helpful?

  1. Expressions

Update Expression

Tynamo uses Dynamo's Expression. See the AWS documentation below.

  • AWS Docs : Update Expression

PreviousProjection Expression

Last updated 5 years ago

Was this helpful?