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

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

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

2 个仓库

Awesome GitHub RepositoriesSchema-Driven Modeling Frameworks

Tools that enable the creation of structured data models that enforce business rules via type annotations.

Distinguishing note: Focuses on modeling data with built-in enforcement, distinct from simple ORM layers.

Explore 2 awesome GitHub repositories matching data & databases · Schema-Driven Modeling Frameworks. Refine with filters or upvote what's useful.

Awesome Schema-Driven Modeling Frameworks GitHub Repositories

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

    pydantic/pydantic

    26,932在 GitHub 上查看↗

    Pydantic is a data validation and serialization library that enforces schema constraints and performs type conversion on complex data structures. It utilizes standard Python type annotations to define data models, allowing developers to establish structured schemas that automatically enforce business rules and constraints without the need for custom domain-specific languages. The library distinguishes itself by transforming high-level model definitions into optimized code during initialization to minimize runtime overhead. It supports recursive validation for nested data structures and employ

    Creates structured data models that automatically enforce business rules and constraints through type annotations.

    Pythonhintsjson-schemaparsing
    在 GitHub 上查看↗26,932
  • ory/editorory 的头像

    ory/editor

    9,551在 GitHub 上查看↗

    This project is a customizable browser text editor and a schema-driven document framework designed for building React-based WYSIWYG content editors. It replaces standard text areas with a system that represents content as a structured data tree rather than flat HTML, allowing for precise manipulation and validation of documents. The framework serves as an extensible content management interface and a TypeScript UI component library. It enables the development of specialized authoring tools through a plugin system and the use of strongly typed building blocks to ensure consistency across docum

    Implements a framework that represents content as a structured data tree to enforce business rules and structural integrity.

    TypeScript
    在 GitHub 上查看↗9,551
  1. Home
  2. Data & Databases
  3. Schema-Driven Modeling Frameworks