How does custom views update the database across different Daml transactions
App Development2 posts276 views1 likesLast activity May 2023
HU
huwOP
May 2023When custom views makes updates to the database, does it guarantee that all updates for a Daml transaction are executed atomically? To clarify, a Daml transaction can have multiple events, each of which is projected to a JdbcAction– are these JdbcActions executed in a single database transaction?
CO
cocreature
May 2023 1Yes a Daml transaction is mapped to one database transaction.