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,959在 GitHub 上查看↗

    Seneca 是一个用于 Node.js 的消息驱动架构框架和微服务工具包。它作为分布式任务编排器和基于模式的消息路由器运行,允许开发人员构建通过消息总线通信的解耦服务系统。 该框架通过将业务逻辑组织为可重用、可配置模块的模块化插件系统而脱颖而出。它支持动态操作扩展,使新的处理程序能够包装或覆盖现有的操作模式,从而在不修改原始代码的情况下注入自定义逻辑。 该系统涵盖了广泛的功能,包括分布式服务通信、异步操作编排和实体数据管理。它还提供用于操作模式跟踪、基于 Web 的日志可视化以及用于服务依赖模拟的质量保证工具的观测工具。

    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,700在 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
    在 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.