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

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

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

1 个仓库

Awesome GitHub RepositoriesSchema Validation Notifications

Alerts and notifications triggered when data writes violate defined schema constraints.

Distinct from Write Conflict Detection: None of the candidates cover schema-based write validation; they focus on concurrency conflicts or text errors.

Explore 1 awesome GitHub repository matching data & databases · Schema Validation Notifications. Refine with filters or upvote what's useful.

Awesome Schema Validation Notifications GitHub Repositories

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

    tinyplex/tinybase

    5,110在 GitHub 上查看↗

    TinyBase 是一个响应式数据存储和内存关系数据库,专为客户端状态持久化而设计。它作为一个本地优先(local-first)的同步引擎,使用无冲突复制数据类型(CRDT)和逻辑时钟合并分布式状态,以确保确定性的数据收敛。 该项目具有一个模式验证库,可将来自 Zod、Yup 和 TypeBox 等工具的外部定义转换为类型安全的存储定义。它为实时协作编辑提供了基础设施,利用与 Automerge、Yjs 和 PartyKit 的同步来维护跨多个客户端和服务器的一致状态。 能力范围包括具有表和外键的关系数据建模、类似 SQL 的查询和索引,以及用于分组变更的原子事务。它支持广泛的持久化适配器,包括浏览器存储、SQLite 和 Cloudflare Durable Objects。该系统还提供双向状态绑定和用于与 React、SolidJS 和 Svelte 集成的声明式组件。

    Triggers notifications when attempts are made to write data that does not conform to the required schema.

    TypeScriptdatajavascriptreact
    在 GitHub 上查看↗5,110
  1. Home
  2. Data & Databases
  3. Schema Validation Notifications