{"library":"psycopg-pool","type":"library","category":null,"description":"psycopg-pool provides efficient connection pooling implementations for Psycopg 3, the PostgreSQL adapter for Python. It includes both synchronous (`ConnectionPool`) and asynchronous (`AsyncConnectionPool`) pools, designed to manage a limited number of PostgreSQL connections, reduce connection overhead, and optimize resource usage in multi-threaded or async applications. The current version is 3.3.0, and it follows an independent release cycle from the main `psycopg` package.","language":"python","status":"active","version":"3.3.0","tags":["database","postgresql","psycopg","connection pool","asyncio","threading"],"install":[{"cmd":"pip install psycopg-pool","imports":["from psycopg_pool import ConnectionPool","from psycopg_pool import AsyncConnectionPool","from psycopg_pool import NullConnectionPool"]},{"cmd":"pip install \"psycopg[pool]\"","imports":[]}],"homepage":"https://psycopg.org/","github":"https://github.com/psycopg/psycopg","docs":"https://www.psycopg.org/psycopg3/docs/advanced/pool.html","changelog":"https://psycopg.org/psycopg3/docs/news_pool.html","pypi":"https://pypi.org/project/psycopg-pool/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":50,"avg_install_s":1.7,"avg_import_s":null,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/psycopg-pool/compatibility"},"provenance":{"verified_status":"import_fail","verified_at":"Fri Jul 03","last_verified":"Fri Jul 03","next_check":"Fri Jul 10","install_tag":"stale"}}