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
·

3 dépôts

Awesome GitHub RepositoriesModel-Bound Data

Associations between static data and entity models for automated state maintenance during migrations.

Distinct from Entity Modeling: Distinct from Entity Modeling: focuses on the management of static data state rather than schema definition.

Explore 3 awesome GitHub repositories matching data & databases · Model-Bound Data. Refine with filters or upvote what's useful.

Awesome Model-Bound Data 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.
  • dotnet/efcoreAvatar de dotnet

    dotnet/efcore

    14,587Voir sur 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

    Associates static data with entity models so that schema migration tools automatically generate the necessary operations to maintain state.

    C#aspnet-productc-sharpdatabase
    Voir sur GitHub↗14,587
  • senecajs/senecaAvatar de senecajs

    senecajs/seneca

    3,959Voir sur GitHub↗

    Seneca est un framework d'architecture pilotée par les messages et une boîte à outils de microservices pour Node.js. Il fonctionne comme un orchestrateur de tâches distribué et un routeur de messages basé sur des patterns, permettant aux développeurs de construire des systèmes de services découplés qui communiquent via un bus de messages. Le framework se distingue par un système de plugins modulaire qui organise la logique métier en modules réutilisables et configurables. Il prend en charge les extensions d'action dynamiques, permettant à de nouveaux gestionnaires d'envelopper ou de remplacer des patterns d'action existants pour injecter une logique personnalisée sans modifier le code original. Le système couvre un large éventail de capacités incluant la communication de services distribués, l'orchestration d'actions asynchrones et la gestion de données d'entité. Il fournit également des outils d'observabilité pour le traçage de patterns d'action, la visualisation de logs basée sur le web et des utilitaires d'assurance qualité pour le mocking de dépendances de services.

    Uses a record pattern to interact with data through standard methods for saving, loading, and listing.

    JavaScript
    Voir sur GitHub↗3,959
  • frege/fregeAvatar de Frege

    Frege/frege

    3,700Voir sur GitHub↗

    Frege is a purely functional programming language that compiles to JVM bytecode, providing Haskell-like semantics for the Java platform. It is built around a Haskell-inspired compiler that implements non-strict evaluation and a static type inference system to ensure data immutability and prevent side effects. The project distinguishes itself through a sophisticated type system featuring rank polymorphism, type-class based dispatch, and static purity enforcement. It includes a JVM language bridge and a foreign function interface that map Java classes and interfaces into functional types, allow

    Simplifies record handling by allowing field names to be used as variable names in patterns.

    Frege
    Voir sur GitHub↗3,700
  1. Home
  2. Data & Databases
  3. Entity Modeling
  4. Model-Bound Data

Explorer les sous-tags

  • Record Patterns1 sous-tagA specific modeling approach using standard methods for saving, loading, and listing data records. **Distinct from Model-Bound Data:** Focuses on the record-based interaction pattern rather than the association of static data to models.