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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesPersistence Scheduling

The mechanism of marking objects for synchronization and deferring the actual database write.

Distinct from Object Persistence: Focuses on scheduling database synchronization (flush), not general object serialization.

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

Awesome Persistence Scheduling GitHub Repositories

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

    doctrine/orm

    10,172عرض على GitHub↗

    Doctrine ORM is a PHP object-relational mapper that connects application objects to relational database tables. It uses the data mapper and identity map patterns to decouple the in-memory object model from the database schema, allowing developers to manage data persistence without writing manual SQL. The project features a dedicated object-oriented query language and programmatic builder for retrieving data based on entities rather than tables. It implements a unit-of-work system to track object changes during a request and synchronize them via atomic transactions. The capability surface inc

    Marks objects for synchronization and delays execution until a global flush operation.

    PHPhacktoberfest
    عرض على GitHub↗10,172
  1. Home
  2. Data & Databases
  3. Object Persistence
  4. Persistence Scheduling

استكشف الوسوم الفرعية

  • Deletion SchedulingMechanisms for marking specific objects to be removed from the database during the next synchronization cycle. **Distinct from Persistence Scheduling:** Specifically covers scheduling objects for deletion, whereas persistence scheduling covers general synchronization and updates.