[ 原始碼: python-django-dbconn-retry ]
套件:python3-django-dbconn-retry(0.1.8-1)
python3-django-dbconn-retry 的相關連結
Debian 的資源:
下載原始碼套件 python-django-dbconn-retry:
- [python-django-dbconn-retry_0.1.8-1.dsc]
- [python-django-dbconn-retry_0.1.8.orig.tar.gz]
- [python-django-dbconn-retry_0.1.8-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [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