awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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.

Awesome Task-Local GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • encode/databasesAvatar encode

    encode/databases

    4,002Vezi pe 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
    Vezi pe GitHub↗4,002
  1. Home
  2. Data & Databases
  3. Connection Pools
  4. Task-Local