{"library":"django-db-connection-pool","type":"library","category":null,"description":"django-db-connection-pool is a Python library that provides database connection pooling components for Django, supporting MySQL, Oracle, PostgreSQL, and JDBC-compatible databases. It is based on SQLAlchemy's connection pooling mechanisms, designed to improve performance and resource management in multiprocessing and multithreading Django projects by reusing database connections. The current version is 1.2.6, and it sees active maintenance.","language":"python","status":"active","version":"1.2.6","tags":["django","database","connection pooling","performance","SQLAlchemy","MySQL","PostgreSQL","Oracle","JDBC"],"last_verified":"Mon May 25","install":[{"cmd":"pip install django-db-connection-pool","imports":["DATABASES = { 'default': { 'ENGINE': 'dj_db_conn_pool.backends.mysql' } }","DATABASES = { 'default': { 'ENGINE': 'dj_db_conn_pool.backends.postgresql' } }","DATABASES = { 'default': { 'ENGINE': 'dj_db_conn_pool.backends.oracle' } }","DATABASES = { 'default': { 'ENGINE': 'dj_db_conn_pool.backends.jdbc.oracle' } }","import dj_db_conn_pool\ndj_db_conn_pool.setup(pool_size=100, max_overflow=50)"]},{"cmd":"pip install django-db-connection-pool[all]","imports":[]},{"cmd":"pip install django-db-connection-pool[mysql,postgresql]","imports":[]}],"homepage":null,"github":"https://github.com/altairbow/django-db-connection-pool","docs":null,"changelog":null,"pypi":"https://pypi.org/project/django-db-connection-pool/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":33,"avg_install_s":5.2,"avg_import_s":0,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/django-db-connection-pool/compatibility"}}