I'm trying to use django's atomic
database API and I realize that I don't actually know what 'atomic' actually means [in this context].
From the docs:
Atomicity is the defining property of database transactions. atomic
allows us to create a block of code within which the atomicity on the database is guaranteed
What is database atomicity?