Skip to content

Commit

Permalink
Merge pull request #25 from mciccale/mciccale-patch-1
Browse files Browse the repository at this point in the history
Clarification about TRANSACTIONS
  • Loading branch information
mciccale authored Jun 5, 2023
2 parents 54e27e8 + d8e53ae commit 1d1a470
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down

0 comments on commit 1d1a470

Please sign in to comment.