awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesRepository Context Managers

Centralized classes for managing database connections and repository instances.

Distinct from Data Repositories: Distinct from existing candidates: focuses on the architectural pattern of a repository context class for data access, not repository configuration or AI context.

Explore 2 awesome GitHub repositories matching data & databases · Repository Context Managers. Refine with filters or upvote what's useful.

Awesome Repository Context Managers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • dapperlib/dapperAvatar von DapperLib

    DapperLib/Dapper

    18,331Auf GitHub ansehen↗

    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

    Organizes data access through centralized classes that manage database connections and repository instances.

    C#ado-netdappersql
    Auf GitHub ansehen↗18,331
  • dotnet/efcoreAvatar von dotnet

    dotnet/efcore

    14,587Auf GitHub ansehen↗

    Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using strongly-typed code. It serves as a comprehensive data access framework, providing a unified interface for mapping application objects to relational and non-relational database schemas while managing the lifecycle of data operations through a central context. The project distinguishes itself through a provider-based architecture that decouples core data access logic from specific database engines, allowing for consistent interaction across diverse storage systems. It features a

    Controls the creation and disposal of data access instances to ensure they align with specific application scopes or unit-of-work requirements.

    C#aspnet-productc-sharpdatabase
    Auf GitHub ansehen↗14,587
  1. Home
  2. Data & Databases
  3. Repository Context Managers

Unter-Tags erkunden

  • Context Lifecycle ManagersSystems that control the creation and disposal of data access instances to align with application scopes. **Distinct from Repository Context Managers:** Distinct from repository context managers: focuses on the lifecycle management of the context instance itself.