Transaction API Support for Codeless

The purpose of transactions is to protect your data from partial database updates that fail to be complete. The Transaction API is now available for Codeless.

Transaction API

With the Transaction API,  our Database can execute multiple database requests grouped into a single transaction. When any one of these grouped database operations fails, the entire transaction is rolled back – meaning any other changes within the same transaction are canceled.