awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Eager Loading · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesEager Loading

Techniques for fetching related data in a single query to minimize database round trips.

Distinguishing note: None of the provided candidates were relevant; this is a specific data retrieval optimization.

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

  1. Home
  2. Data & Databases
  3. Eager Loading

Awesome Eager Loading GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • typeorm/typeorm

    typeorm/typeorm

    36,329View on GitHub↗

    TypeORM is an object-relational mapper for TypeScript and JavaScript that bridges the gap between object-oriented application code and relational database tables. It provides a comprehensive data persistence layer that allows developers to define database entities using class decorators or configuration objects, enabling seamless interaction with data through object-oriented patterns. The project distinguishes itself through a flexible architecture that supports both the data mapper and repository patterns, alongside a fluent query builder that translates high-level method calls into platform

    Configures relations to load automatically whenever an entity is retrieved.

    TypeScriptactive-recordcockroachdbdata-mapper
    36,329View on GitHub↗
  • sequelize/sequelize

    sequelize/sequelize

    30,342View on GitHub↗

    Sequelize is an object-relational mapping library that provides a unified interface for managing relational data through code. By implementing the Active Record pattern, it maps database tables to application objects, allowing developers to perform standard create, read, update, and delete operations using high-level method calls. The library abstracts complex database interactions by translating these calls into optimized, engine-specific SQL statements, ensuring consistent behavior across different database systems. The project distinguishes itself through a comprehensive suite of tools for

    Sequelize loads related data from multiple models in a single database query using joins to reduce the number of round trips to the server.

    TypeScriptdb2-ibm-ifeature-richjavascript
    30,342View on GitHub↗