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
·

2 dépôts

Awesome GitHub RepositoriesHierarchical Data Insertion

Automated management of parent-child relationships during record insertion.

Distinct from Data Insertion Interfaces: Distinct from Data Insertion Interfaces: focuses on the propagation of keys and relationship management in hierarchies.

Explore 2 awesome GitHub repositories matching data & databases · Hierarchical Data Insertion. Refine with filters or upvote what's useful.

Awesome Hierarchical Data Insertion 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.
  • dapperlib/dapperAvatar de DapperLib

    DapperLib/Dapper

    18,331Voir sur 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

    Saves parent and child entities in a single operation by automatically managing relationships.

    C#ado-netdappersql
    Voir sur GitHub↗18,331
  • airbnb/epoxyAvatar de airbnb

    airbnb/epoxy

    8,556Voir sur GitHub↗

    Epoxy is an Android library for building complex RecyclerView screens using a model-driven approach. It generates RecyclerView adapter models at compile time from annotated custom views, data binding layouts, or view holders, eliminating the manual boilerplate typically associated with view holders and adapters. The library provides a diffing engine that automatically compares model lists and applies minimal updates with animations for insertions, removals, and moves. The library distinguishes itself through its controller-based model building, where a controller class with a buildModels meth

    Compares old and new model lists to determine minimal changes and applies smooth animations.

    Java
    Voir sur GitHub↗8,556
  1. Home
  2. Data & Databases
  3. Data Insertion Interfaces
  4. Hierarchical Data Insertion

Explorer les sous-tags

  • List Update OptimizersCoordination between controllers and data providers to initialize node contexts and cache completed nodes for smooth list updates. **Distinct from Hierarchical Data Insertion:** Distinct from Hierarchical Data Insertion: focuses on UI list performance optimization rather than parent-child relationship management.