全部搜索项
bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: django-pglocks  ]

软件包:python3-django-pglocks(1.0.4-1)

python3-django-pglocks 的相关链接

Screenshot

Debian 的资源:

下载源码包 django-pglocks

维护小组:

外部的资源:

相似软件包:

Django based context manager for PostgreSQL advisory locks (Python3 version)

django-pglocks is a context manager for Django. Advisory locks are application-level locks that are acquired and released purely by the client of the database; PostgreSQL never acquires them on its own. They are very useful as a way of signalling to other sessions that a higher-level resource than a single row is in use, without having to lock an entire table or some other structure.

It's entirely up to the application to correctly acquire the right lock.

Advisory locks are either session locks or transaction locks. A session lock is held until the database session disconnects (or is reset); a transaction lock is held until the transaction terminates.

Currently, the context manager only creates session locks, as the behavior of a lock persisting after the context body has been exited is surprising, and there's no way of releasing a transaction-scope advisory lock except to exit the transaction.

This package contains the Python 3 version of the library.

其他与 python3-django-pglocks 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 python3-django-pglocks

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 5.3 kB27.0 kB [文件列表]