·connection-pooling
</>

connection-pooling

yonatangross/orchestkit

Database and HTTP connection pooling patterns for Python async applications. Use when configuring asyncpg pools, aiohttp sessions, or optimizing connection lifecycle in high-concurrency services.

0Installs·0Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/orchestkit --skill connection-pooling

SKILL.md

Database and HTTP connection pooling for high-performance async Python applications.

| Parameter | Small Service | Medium Service | High Load |

| poolsize | 5-10 | 20-50 | 50-100 | | maxoverflow | 5 | 10-20 | 20-50 | | poolpreping | True | True | Consider False | | poolrecycle | 3600 | 1800 | 900 | | pooltimeout | 30 | 15 | 5 |

Database and HTTP connection pooling patterns for Python async applications. Use when configuring asyncpg pools, aiohttp sessions, or optimizing connection lifecycle in high-concurrency services. Source: yonatangross/orchestkit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/orchestkit --skill connection-pooling
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is connection-pooling?

Database and HTTP connection pooling patterns for Python async applications. Use when configuring asyncpg pools, aiohttp sessions, or optimizing connection lifecycle in high-concurrency services. Source: yonatangross/orchestkit.

How do I install connection-pooling?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill connection-pooling Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/yonatangross/orchestkit