https://github.com/lunarlogic/database-locking
Show how to handle database locks in Rails
https://github.com/lunarlogic/database-locking
Last synced: 3 months ago
JSON representation
Show how to handle database locks in Rails
- Host: GitHub
- URL: https://github.com/lunarlogic/database-locking
- Owner: LunarLogic
- Created: 2017-07-17T15:38:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T12:53:37.000Z (almost 8 years ago)
- Last Synced: 2025-01-05T12:13:05.691Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Database Locking
This repository presents a few scenarios in which database locking is required to guarantee the correctness of the code in case of concurrent requests.
Feel free to check the controllers to see how the logic is
implemented. Also, you find tests for most endpoints in `bin/`.