Optimistic lock implementation for Django. Prevents users from doing concurrent editing.
-
Updated
Apr 3, 2025 - Python
Optimistic lock implementation for Django. Prevents users from doing concurrent editing.
In this repo I would like to show 4 strategies of concurrency control for writing data using Python SQLAlchemy ORM and PostgresSQL (however this examples could be easily transformed to plain SQL).
Examples of applying pessimistic and optimistic concurrency control with AWS DynamoDB.
Add a description, image, and links to the optimistic-locking topic page so that developers can more easily learn about it.
To associate your repository with the optimistic-locking topic, visit your repo's landing page and select "manage topics."