awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesPartial Property Persistence

A mechanism to synchronize only the modified fields of an object rather than the entire record.

Distinct from Object Persistence: Focuses on field-level synchronization during flush, not general object persistence.

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

Awesome Partial Property Persistence GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • doctrine/ormAvatar de doctrine

    doctrine/orm

    10,172Voir sur 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

    Synchronizes only modified properties with the database during a flush operation.

    PHPhacktoberfest
    Voir sur GitHub↗10,172
  1. Home
  2. Data & Databases
  3. Object Persistence
  4. Partial Property Persistence