2 repository-uri
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.
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.
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.