awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesRecord Patterns

A 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.

Explore 2 awesome GitHub repositories matching data & databases · Record Patterns. Refine with filters or upvote what's useful.

Awesome Record Patterns GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • senecajs/senecasenecajs का अवतार

    senecajs/seneca

    3,959GitHub पर देखें↗

    Seneca is a message-driven architecture framework and microservices toolkit for Node.js. It functions as a distributed task orchestrator and pattern-based message router, allowing developers to build systems of decoupled services that communicate via a message bus. The framework distinguishes itself through a modular plugin system that organizes business logic into reusable, configurable modules. It supports dynamic action extensions, enabling new handlers to wrap or override existing action patterns to inject custom logic without modifying original code. The system covers a broad range of c

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

    JavaScript
    GitHub पर देखें↗3,959
  • frege/fregeFrege का अवतार

    Frege/frege

    3,700GitHub पर देखें↗

    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
    GitHub पर देखें↗3,700
  1. Home
  2. Data & Databases
  3. Entity Modeling
  4. Model-Bound Data
  5. Record Patterns

सब-टैग एक्सप्लोर करें

  • Record PunsSyntactic shorthand allowing record field names to be used as variable names in patterns. **Distinct from Record Patterns:** Specific to a pattern-matching shorthand rather than general record modeling patterns.