awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesAutomatic Persistence

Mechanisms for automatically detecting and saving new objects referenced through navigation properties.

Distinct from Entity Relationships: Distinct from Entity Relationships: focuses on the persistence lifecycle of related entities rather than the definition of the relationship itself.

Explore 3 awesome GitHub repositories matching data & databases · Automatic Persistence. Refine with filters or upvote what's useful.

Awesome Automatic Persistence GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • dotnet/efcoreAvatar dotnet

    dotnet/efcore

    14,587Vezi pe GitHub↗

    Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using strongly-typed code. It serves as a comprehensive data access framework, providing a unified interface for mapping application objects to relational and non-relational database schemas while managing the lifecycle of data operations through a central context. The project distinguishes itself through a provider-based architecture that decouples core data access logic from specific database engines, allowing for consistent interaction across diverse storage systems. It features a

    Detects and saves new objects referenced through navigation properties automatically when the parent entity is added to the tracking context.

    C#aspnet-productc-sharpdatabase
    Vezi pe GitHub↗14,587
  • restkit/restkitAvatar RestKit

    RestKit/RestKit

    10,104Vezi pe GitHub↗

    RestKit is an iOS REST API integration framework used to connect Apple platform applications to web services. It centers on RESTful resource modeling, transforming remote API data structures into typed local objects and database entities. The framework provides capabilities for remote data persistence by caching web service resources in a local database to enable offline access. It also handles network data serialization, using pluggable parsers to convert JSON or XML responses into application data models. Additional functionality includes multipart file uploading for sending binary data an

    Synchronizes remote resource attributes and relationships with a local managed database for offline data availability.

    Objective-C
    Vezi pe GitHub↗10,104
  • objectbox/objectbox-javaAvatar objectbox

    objectbox/objectbox-java

    4,612Vezi pe GitHub↗

    ObjectBox Java is an embedded NoSQL object database for Java and Android that stores data objects directly without relational mapping. It functions as a native-process storage engine, allowing applications to persist plain Java or Kotlin classes as entities. The project distinguishes itself with an on-device vector database capability, utilizing HNSW indexes to perform approximate nearest neighbor searches and semantic similarity queries. It also includes a locally hosted web-based browser for visualizing data objects, schemas, and dependency diagrams. The database covers a broad range of da

    Automatically maps application classes to database entities to handle the persistence of new objects.

    Javaandroiddatabaseedge
    Vezi pe GitHub↗4,612
  1. Home
  2. Data & Databases
  3. Entity Relationships
  4. Automatic Persistence

Explorează sub-etichetele

  • Remote Entity PersistenceMechanisms for automatically persisting remote resource data into local database entities. **Distinct from Automatic Persistence:** Specifically targets the persistence of data originating from remote web resources for offline use, distinct from generic navigation property persistence.