awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesTask-Local

Connection pooling mechanisms that use task-local storage to maintain connection affinity within an async execution chain.

Distinct from Connection Pools: Specializes general connection pooling by adding task-local state for asynchronous context management.

Explore 1 awesome GitHub repository matching data & databases · Task-Local. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Connection Pools
  4. Task-Local

Awesome Task-Local GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • encode/databasesAvatar de encode

    encode/databases

    4,002Voir sur GitHub↗

    This project is an asyncio database abstraction layer that provides a common interface for performing non-blocking database operations in Python. It functions as an asynchronous database driver wrapper and a SQL expression builder, allowing for the construction of raw SQL strings from structured Python objects. The library includes an asyncio connection pool manager that utilizes task-local storage to handle connection lifecycles and reduce resource overhead. It also serves as an async database transaction manager, wrapping operations in atomic transactions and savepoints to maintain data int

    Utilizes task-local storage in its connection pool manager to ensure connection reuse throughout specific asynchronous chains.

    Python
    Voir sur GitHub↗4,002