Pakiet: python3-django-pglocks (1.0.4-1)
Odnośniki dla python3-django-pglocks
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego django-pglocks:
- [django-pglocks_1.0.4-1.dsc]
- [django-pglocks_1.0.4.orig.tar.gz]
- [django-pglocks_1.0.4-1.debian.tar.xz]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
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.
Inne pakiety związane z python3-django-pglocks
|
|
|
|
-
- dep: python3
- Interaktywny, wysokopoziomowy i obiektowy język programowania (domyślna wersja Python 3)
-
- dep: python3-django
- High-level Python web development framework
-
- dep: python3-six
- Python 2 and 3 compatibility library
Pobieranie python3-django-pglocks
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 5,3 KiB | 27,0 KiB | [lista plików] |