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

1 repo

Awesome GitHub RepositoriesDatabase Performance Optimizers

Utilities and patterns designed to enhance database query efficiency through techniques like batching and caching.

Distinguishing note: Specifically targets database-level performance rather than general application-level caching.

Explore 1 awesome GitHub repository matching data & databases · Database Performance Optimizers. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Database Performance Optimizers

Awesome Database Performance Optimizers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • 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 optimizes database performance by implementing batching and caching strategies to reduce server load and improve response times.

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