Amazon Aurora
Amazon Aurora is a cloud-based relational database management system that is compatible with MySQL and PostgreSQL, automating time-consuming administrative tasks such as hardware provisioning, database setup, patching, and backups.
Actions
-
BeginTransaction: Start an SQL Transaction
-
CommitTransaction: End an SQL transaction started with the BeginTransaction operation and commit the changes
-
ExecuteStatement: Run an SQL statement against a database
-
RollbackTransaction: Perform a rollback of a transaction. Rolling back a transaction cancels its changes