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 RepositoriesMulti-Object Row Deserialization

Conversion of a single database row into multiple distinct objects to support joined data.

Distinct from Row-to-Struct Mappers: Distinct from Row-to-Struct Mappers: maps one row to many objects instead of one row to one struct

Explore 1 awesome GitHub repository matching data & databases · Multi-Object Row Deserialization. Refine with filters or upvote what's useful.

Awesome Multi-Object Row Deserialization 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.
  • stackexchange/dapperAvatar de StackExchange

    StackExchange/Dapper

    18,320Voir sur GitHub↗

    Dapper is a high-performance micro-ORM and SQL object mapper for .NET. It functions as an ADO.NET extension library that adds data mapping capabilities directly to database connections, allowing SQL query results to be transformed into typed objects. The project prioritizes execution speed and low memory overhead by using intermediate language generation to map database columns to object properties. It further optimizes performance through the use of concurrent caching for mapping functions and literal value injection to improve database execution plans. The library covers a broad range of d

    Deserializes a single database row into several distinct objects to handle joined data and associations.

    C#
    Voir sur GitHub↗18,320
  1. Home
  2. Data & Databases
  3. Data Mapping
  4. Struct Hydrators
  5. Multi-Object Row Deserialization