Download the PHP package jangaraev/eloquent-model-advisory-lock without Composer
On this page you can find all versions of the php package jangaraev/eloquent-model-advisory-lock. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jangaraev/eloquent-model-advisory-lock
More information about jangaraev/eloquent-model-advisory-lock
Files in jangaraev/eloquent-model-advisory-lock
Download jangaraev/eloquent-model-advisory-lock
More information about jangaraev/eloquent-model-advisory-lock
Files in jangaraev/eloquent-model-advisory-lock
Vendor jangaraev
Package eloquent-model-advisory-lock
Short Description Handy approach to avoid race conditions when doing upserts in Laravel Eloquent models
License MIT
Homepage https://github.com/jangaraev/eloquent-model-advisory-lock
Package eloquent-model-advisory-lock
Short Description Handy approach to avoid race conditions when doing upserts in Laravel Eloquent models
License MIT
Homepage https://github.com/jangaraev/eloquent-model-advisory-lock
Please rate this library. Is it a good library?
Informations about the package eloquent-model-advisory-lock
eloquent-model-advisory-lock
Often you face the race conditions error when working with DB-intensive operations.
This package contains a trait with the method which helps to avoid that.
Usage
First do reference the trait in your model:
This trait introduces the advisoryLock()
method which receives
a callable to execute.
You then can use this method to wrap your DB intensive calls.
All versions of eloquent-model-advisory-lock with dependencies
PHP Build Version
Package Version
The package jangaraev/eloquent-model-advisory-lock contains the following files
Loading the files please wait ....