Simple locking and transaction systems
Documentation available here
Standalone module, exposes a simple implementation to handle concurrency:
- Simple yet powerful locking;
- decorate methods as
@transactional()
for control; - decorate classes as
@Transactional()
, enabling Instance proxying and keeping transactions across different classes/method calls (grouping several calls in a sing transaction)l - Customizable Transaction Lock;
- Seamless integration with
db-decorators
;
If you have bug reports, questions or suggestions please create a new issue.
I am grateful for any contributions made to this project. Please read this to get started.
The first and easiest way you can support it is by Contributing. Even just finding a typo in the documentation is important.
Financial support is always welcome and helps keep both me and the project alive and healthy.
So if you can, if this project in any way. either by learning something or simply by helping you save precious time, please consider donating.
This project is released under the MIT License.
By developers, for developers...