パッケージ: python3-django-dbconn-retry (0.1.6-3)
python3-django-dbconn-retry に関するリンク
Trisquel の資源:
python-django-dbconn-retry ソースパッケージをダウンロード:
- [python-django-dbconn-retry_0.1.6-3.dsc]
- [python-django-dbconn-retry_0.1.6.orig.tar.gz]
- [python-django-dbconn-retry_0.1.6-3.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Python Team
- Michael Fladischer
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
reconnect on a failed database (Python3 version)
This library monkeypatches django.db.backends.base.BaseDatabaseWrapper so that when a database operation fails because the underlying TCP connection was already closed, it first tried to reconnect, instead of immediately raising an OperationException.
This package contains the Python 3 version of the library.
その他の python3-django-dbconn-retry 関連パッケージ
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django
- High-level Python web development framework