[ bianca ]
[ 原始碼: ruby-with-advisory-lock ]
套件:ruby-with-advisory-lock(5.1.0-4)
ruby-with-advisory-lock 的相關連結
下載原始碼套件 ruby-with-advisory-lock:
- [ruby-with-advisory-lock_5.1.0-4.debian.tar.xz]
- [ruby-with-advisory-lock_5.1.0-4.dsc]
- [ruby-with-advisory-lock_5.1.0.orig.tar.gz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Advisory locking (mutexes) for ActiveRecord when used with MySQL or PostgreSQL
WithAdvisoryLock adds advisory locking (mutexes) to ActiveRecord 6.0+, with ruby 2.7+, jruby or truffleruby, when used with MySQL or PostgreSQL. SQLite resorts to file locking.
An advisory lock is a mutex used to ensure no two processes run some process at the same time. When the advisory lock is powered by your database server, as long as it isn't SQLite, your mutex spans hosts.
其他與 ruby-with-advisory-lock 有關的套件
|
|
|
|
-
- dep: ruby-activerecord (>= 2:6.1)
- object-relational mapper framework (part of Rails)
-
- dep: ruby-zeitwerk (>= 2.6)
- Efficient and thread-safe constant autoloader