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.
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.
The Astronomy package introduces the Model Layer into Meteor applications. It can also be named the Object Document Mapping system (ODM) or for people coming from relational database environments the Object-Relational Mapping system (ORM). Astronomy extends MongoDB documents with functionalities…
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.
The main features of aldeed/simple-schema-js are: Database Extensions.
Open-source alternatives to aldeed/simple-schema-js include: aldeed/meteor-collection2 — A Meteor package that allows you to attach a schema to a Mongo.Collection. Automatically validates against that schema… cult-of-coders/grapher — GitHub BlueLibs Monorepo - Following the same bold vision of Meteor, but with a modern twist. www.bluelibs.com - Read… dburles/meteor-collection-helpers — Collection helpers automatically sets up a transformation on your collections allowing for simple models, with an… jagi/meteor-astronomy — The Astronomy package introduces the Model Layer into Meteor applications. It can also be named the Object Document… meteor-community-packages/meteor-collection-hooks — Meteor Collection Hooks. meteor-community-packages/meteor-publish-composite — publishComposite(...) provides a flexible way to publish a set of related documents from various collections using a…