meteor-collection2
Schema validator
A package that provides validation and schema support for Meteor's MongoCollections
A Meteor package that extends Mongo.Collection to provide support for specifying a schema and then validating against that schema when inserting and updating.
1k stars
34 watching
109 forks
Language: JavaScript
last commit: 10 days ago
Linked from 1 awesome list
collectiondatabasehacktoberfestmeteormeteorjsmongomongodbschemavalidation
Related projects:
Repository | Description | Stars |
---|---|---|
meteor-community-packages/meteor-collection-hooks | Extends Meteor's Collection API with customizable hooks for inserting, updating, removing, finding, and upserting documents | 657 |
longshotlabs/simpl-schema | A schema validation package for JavaScript objects with support for MongoDB update documents and customizable error messages | 560 |
romaricdrigon/metayaml | A schema validation tool that supports multiple file formats, generates documentation and XSD files, and provides a simple API for loading data from various sources. | 104 |
meteor-community-packages/meteor-inject-data | A package to inject data into client-side rendered HTML at the beginning of page loading | 6 |
meteor-community-packages/organization | A governance structure for a collection of reusable software components | 41 |
dburles/meteor-collection-helpers | Automates data transformation and retrieval on Meteor collections for simplified model development. | 498 |
meteor-community-packages/meteor-roles | An authorization package for Meteor that allows defining roles with scopes and permissions, enabling hierarchical role assignment. | 921 |
msavin/mongol-meteor-explore-minimongo-devtools | A package that allows in-app MongoDB editing for Meteor applications | 824 |
molnarg/js-schema | A JavaScript library for defining and validating object schemas | 388 |
meteor-community-packages/meteor-tabular | A package for creating reactive and customizable data tables in Meteor applications. | 363 |
jagi/meteor-astronomy | A framework for creating model layers in Meteor applications with automatic data validation and transformation. | 604 |
jgroeneveld/schema | Expresses validation rules for JSON data structures in a structured way | 21 |
cult-of-coders/grapher | A data fetching layer on top of Meteor and MongoDB that enables complex and secure data retrieval using GraphQL-like queries | 275 |
sakulstra/meteor-aggregate | Provides a simple and reliable MongoDB aggregation framework for Meteor applications. | 41 |
thoughtspile/banditypes | A lightweight validation library that checks data conforms to TypeScript types at runtime. | 168 |