awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesAsynchronous Scalar Execution

Non-blocking retrieval of the first column of the first row from a database query.

Distinct from Human-in-the-Loop Workflows: Distinct from human-in-the-loop workflows: focuses on asynchronous database query execution, not manual intervention.

Explore 1 awesome GitHub repository matching data & databases · Asynchronous Scalar Execution. Refine with filters or upvote what's useful.

Awesome Asynchronous Scalar Execution GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • dapperlib/dapperAvatar de DapperLib

    DapperLib/Dapper

    18,331Ver en GitHub↗

    Dapper is a lightweight object-relational mapper for .NET that functions as a high-performance data access library. It operates by extending standard database connection interfaces, allowing developers to execute raw SQL queries while automating the mapping of database results to strongly-typed objects. The library distinguishes itself through its use of runtime code generation, which creates high-performance instructions to map database rows to object properties with minimal overhead. It provides flexible data retrieval options, supporting both memory-buffered loading for speed and row-by-ro

    Performs a database query in the background and returns the first column of the first row without blocking.

    C#ado-netdappersql
    Ver en GitHub↗18,331
  1. Home
  2. Data & Databases
  3. Asynchronous Scalar Execution