2 repository-uri
The capability to persist a root object and all its associated nested related objects recursively.
Distinct from Object Persistence: Focuses on the recursive persistence of object relationships (graphs) rather than single structures.
Explore 2 awesome GitHub repositories matching data & databases · Graph Persistence. Refine with filters or upvote what's useful.
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
Saves a root object and all nested related objects in a single operation.
This project is a curated collection of technical questions and answers designed to assist developers in preparing for software engineering interviews within the iOS ecosystem. It serves as a structured study tool for evaluating proficiency in mobile application architecture, system design, and core programming concepts. The repository provides a comprehensive reference for essential development topics, including memory management, concurrency, design patterns, and data persistence. By covering these foundational areas, it enables users to review common industry interview subjects and test th
Covers the capability to persist a root object and all its associated nested related objects recursively.