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: 3 months ago
Linked from 1 awesome list
collectiondatabasehacktoberfestmeteormeteorjsmongomongodbschemavalidation
Related projects:
Repository | Description | Stars |
---|---|---|
| Extends Meteor's Collection API with customizable hooks for inserting, updating, removing, finding, and upserting documents | 657 |
| A schema validation package for JavaScript objects with support for MongoDB update documents and customizable error messages | 560 |
| 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 |
| A package to inject data into client-side rendered HTML at the beginning of page loading | 6 |
| A governance structure for a collection of reusable software components | 41 |
| A package that simplifies data transformation and retrieval in Meteor applications using collection helpers. | 498 |
| An authorization package for Meteor that allows defining roles with scopes and permissions, enabling hierarchical role assignment. | 922 |
| A package that allows in-app MongoDB editing for Meteor applications | 824 |
| A JavaScript library for defining and validating object schemas | 388 |
| A package for creating reactive and customizable data tables in Meteor applications. | 363 |
| A framework for creating model layers in Meteor applications with automatic data validation and transformation. | 605 |
| Expresses validation rules for JSON data structures in a structured way | 21 |
| A data fetching layer on top of Meteor and MongoDB that enables complex and secure data retrieval using GraphQL-like queries | 276 |
| Provides a simple and reliable MongoDB aggregation framework for Meteor applications. | 41 |
| A lightweight validation library that checks data conforms to TypeScript types at runtime. | 170 |