A Meteor package that allows you to attach a schema to a Mongo.Collection. Automatically validates against that schema when inserting and updating from client or server code.
SimpleSchema validates JavaScript objects to ensure they match a schema. It can also clean the objects to automatically convert types, remove unsupported properties, and add automatic values such that the object is then more likely to pass validation.
GitHub BlueLibs Monorepo - Following the same bold vision of Meteor, but with a modern twist. www.bluelibs.com - Read more about our approach coming from Meteor: https://www.bluelibs.com/blog/2021/11/26/the-meteor-of-2022 - We've implemented Grapher aka Nova as a standalone npm package…
Collection helpers automatically sets up a transformation on your collections allowing for simple models, with an interface similar to template helpers.