[ 源代码: 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