awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesConnection Pooling Middleware

Middleware components that maintain persistent database connection sets to reduce latency for high-frequency API requests.

Distinguishing note: This is a specialized middleware category for database connection management, distinct from general-purpose database drivers or ORMs.

Explore 1 awesome GitHub repository matching data & databases · Connection Pooling Middleware. Refine with filters or upvote what's useful.

Awesome Connection Pooling Middleware GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • postgrest/postgrestالصورة الرمزية لـ PostgREST

    PostgREST/postgrest

    27,232عرض على GitHub↗

    PostgREST is a standalone server process that automatically transforms a relational database schema into a fully functional RESTful API. By querying system catalogs at startup, it maps tables, views, and stored procedures into standardized web endpoints, allowing developers to build backend services by focusing exclusively on database design. The service functions as a declarative engine that translates HTTP requests and query parameters directly into native SQL operations. It maintains stateless request processing and integrates connection pooling to manage high-frequency interactions effici

    Maintains a persistent set of database connections to minimize latency and overhead when executing high-frequency API requests.

    Haskellapiautomatic-apidatabase
    عرض على GitHub↗27,232
  1. Home
  2. Data & Databases
  3. Connection Pooling Middleware