Model Layer for MongoDB for Meteor
Summary of my bookmarked Github repositories from Apr 10th, 2015
Github repositories
- jagi/meteor-astronomy
Astronomy for Meteor is a powerful package that introduces a Model Layer, similar to an Object Document Mapping (ODM) or Object-Relational Mapping (ORM) system, into Meteor applications. It extends MongoDB documents with schema-defined functionalities. By using Astronomy, you can simplify your code by defining rules and allowing the framework to handle validation, field changes, and updates. The package provides documentation, video tutorials, and easy installation via the "meteor add jagi:astronomy" command. If you find it helpful, you can support the development of Astronomy through donations on their Patreon page. The package is released under the MIT License.