awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesPersistence Middleware

Components that intercept data operations to execute custom logic during the persistence lifecycle.

Distinguishing note: No candidates provided; focuses on lifecycle hooks within the data persistence layer.

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

Awesome Persistence Middleware GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • sequelize/sequelizesequelize 的头像

    sequelize/sequelize

    30,349在 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

    "Executes custom logic at specific points in the data persistence flow by triggering registered functions before or after database operations."

    TypeScriptdb2-ibm-ifeature-richjavascript
    在 GitHub 上查看↗30,349
  1. Home
  2. Data & Databases
  3. Persistence Middleware