awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesData Assignment Utilities

Tools for updating values within structured data formats.

Distinguishing note: Focuses on state mutation within JSON-like structures.

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

Awesome Data Assignment Utilities GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jqlang/jqjqlang 的头像

    jqlang/jq

    34,901在 GitHub 上查看↗

    This project is a command-line processor designed for the parsing, filtering, and transformation of structured data streams. It functions as a declarative programming environment that treats data as immutable streams, allowing users to perform complex structural modifications through the composition of small, reusable functions. By utilizing a recursive tree traversal engine, the system enables the navigation, inspection, and modification of deeply nested hierarchical data structures. The engine distinguishes itself through a stream-oriented architecture that processes input records one by on

    Updates JSON values at specific paths using assignment or arithmetic operators to modify data structures.

    Cjq
    在 GitHub 上查看↗34,901
  • alexeymezenin/laravel-best-practicesalexeymezenin 的头像

    alexeymezenin/laravel-best-practices

    12,299在 GitHub 上查看↗

    This project is a comprehensive guide to architectural standards and coding patterns for developing maintainable applications within the Laravel framework. It focuses on clean code standards, applying the single responsibility and DRY principles to ensure codebase predictability and consistency. The guide emphasizes decoupling components by moving business logic into service layers and shifting input validation into dedicated request classes to keep controllers lean. It advocates for the use of a service container and dependency injection to reduce class coupling and improve testability. The

    Implements patterns for creating or updating model records in a single call using validated request data.

    在 GitHub 上查看↗12,299
  1. Home
  2. Data & Databases
  3. Data Assignment Utilities

探索子标签

  • Mass Assignment PatternsArchitectural patterns for updating multiple model attributes from request data in a single operation. **Distinct from Data Assignment Utilities:** Distinct from Mass Assignment Prevention: focuses on the operational pattern of updating data rather than the security restrictions to prevent it.