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

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

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

1 个仓库

Awesome GitHub RepositoriesDatabase Queue Drivers

Drivers for persisting and scheduling background jobs within relational database tables.

Distinct from Relational Database Drivers: Distinct from general relational database drivers: specifically implements queue storage logic for background job persistence.

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

Awesome Database Queue Drivers GitHub Repositories

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

    yiisoft/yii2-queue

    1,065在 GitHub 上查看↗

    This project is a PHP framework for offloading time-consuming tasks to background workers, enabling asynchronous processing to keep the main application request cycle responsive. It provides a unified interface for managing background job queues, allowing developers to decouple application logic from specific storage backends and message brokers. The system distinguishes itself through a driver-based abstraction layer that supports diverse infrastructure, including relational databases, Redis, and RabbitMQ. It manages the full lifecycle of background tasks, offering capabilities for delayed s

    Enables background job persistence and scheduling directly within relational database tables.

    PHPamqpasyncbeanstalk
    在 GitHub 上查看↗1,065
  1. Home
  2. Data & Databases
  3. Relational Database Drivers
  4. Database Queue Drivers