Database Transactions
Source: PlanetScale Blog
Overview
Transactions are fundamental to how SQL databases work. Trillions of transactions execute every single day, across the thousands of applications that rely on SQL databases.
What is a database transaction?
A transaction is a sequence of actions that we want to perform on a database as a single, atomic…