awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • yiisoft/yii2-queueالصورة الرمزية لـ yiisoft

    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