meteor-migrations
Migration tool
A simple migration system for Meteor applications to manage changes to the database over time.
Simple migration system for Meteor
245 stars
10 watching
59 forks
Language: JavaScript
last commit: 4 months ago
Linked from 1 awesome list
hacktoberfestmeteor
Related projects:
Repository | Description | Stars |
---|---|---|
jwdeitch/pg_migrate | A utility to manage Postgres schema and other objects through version-controlled migrations. | 31 |
yogthos/migratus | A migration framework that enables concurrent and independent execution of SQL scripts and Clojure code. | 649 |
percolatestudio/publish-counts | A Meteor package to track and publish the count of a cursor in real-time | 200 |
awapps/mongration | A framework for managing MongoDB migrations in a structured and fault-tolerant way. | 85 |
multum/pg-differ | A Node.js tool for comparing and managing PostgreSQL databases during migrations. | 36 |
xervoio/demeteorizer | Converts Meteor app to standard Node.js application | 703 |
dburles/meteor-collection-helpers | Automates data transformation and retrieval on Meteor collections for simplified model development. | 498 |
macourtney/drift | A migration library for Clojure projects, automating changes to the database schema. | 120 |
fractal-code/meteor-azure | A tool for automating the deployment of Meteor applications on Azure App Service | 67 |
swombat/meteor-todos-coffeescript | A CoffeeScript version of the Todo example from Meteor JS, with tidied file structure and tweaked functionality. | 21 |
seppevs/migrate-mongo | A tool that automates the process of applying changes to a MongoDB database in a controlled and version-controlled manner. | 931 |
marceloemanoel/gradle-migrations-plugin | A Gradle plugin for managing database migrations using MyBatis. | 17 |
salsita/node-pg-migrate | Manages database migrations for PostgreSQL using a migration scripting language and a command-line tool. | 1,295 |
meteor-community-packages/meteor-collection-hooks | Extends Meteor's Collection API with customizable hooks for inserting, updating, removing, finding, and upserting documents | 657 |
meteor-community-packages/meteor-roles | An authorization package for Meteor that allows defining roles with scopes and permissions, enabling hierarchical role assignment. | 921 |