From d8e53ae37b4cf4c8ff8823d4a130a226d98db26b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Ciccale=20Bazt=C3=A1n?= <66126732+mciccale@users.noreply.github.com> Date: Mon, 5 Jun 2023 13:18:08 +0200 Subject: [PATCH] Clarification about TRANSACTIONS --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8ff8d21..3df814e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ **Betting platform implementation using Elixir + OTP Patterns** +## Clarification about ACID Transactions +CubDB provides an API for making transactions CubDB.transaction/2. However, we simply used CubDB.get_and_update/3 that searchs for a value and then modifies it ATOMICALLY. + ## How-To ```