DittoWriteTransaction

@available(*, deprecated, message: "Use DQL (Ditto Query Language﹚ instead. For more information see: https://docs.ditto.live/dql/legacy-to-dql-adoption")
public class DittoWriteTransaction

DittoWriteTransaction exposes functionality that allows you to perform multiple operations on the store within a single write transaction. You must use the scoped function to get collection-scoped access to the write transaction object, which will then allow you to perform insert, update, remove or evict operations using the write transaction.