awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesSchema Validators

Systems that enforce structural rules and data type constraints on database documents.

Distinct from MongoDB Connectors: The candidates focus on data ingestion and connectivity (Connectors/Exporters), not the validation logic of the data models themselves.

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

Awesome Schema Validators GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • automattic/mongooseAvatar de Automattic

    Automattic/mongoose

    27,479Ver en GitHub↗

    Mongoose is an object data modeling library and framework for Node.js that maps application objects to MongoDB documents. It functions as a document mapper and schema validator, ensuring consistent data types and validation rules for records stored in MongoDB. The project provides a system for defining structured schemas to model application data, including the ability to create hierarchical data structures through nested schema composition. It implements a middleware-based hook system that allows for the interception and modification of data states during the lifecycle of database operations

    Ensures consistent data types and validation rules for all records stored in MongoDB.

    JavaScript
    Ver en GitHub↗27,479
  • vincit/objection.jsAvatar de Vincit

    Vincit/objection.js

    7,343Ver en GitHub↗

    Objection.js is an object-relational mapper for Node.js that maps SQL database tables to classes and rows to model instances. It functions as a high-level abstraction layer built on top of the Knex.js query builder to provide structured model definitions and relational data mapping. The project distinguishes itself through its ability to manage complex object graphs, allowing for the persistence and eager-loading of deeply nested related data in single operations. It incorporates a data integrity layer that uses JSON schema validation to verify model instances before they are persisted to the

    Enforces structural rules and data type constraints on database documents using JSON schema validation.

    JavaScript
    Ver en GitHub↗7,343
  1. Home
  2. Data & Databases
  3. Schema Validators