meteor-migrations:流星的简单迁移系统

时间:2024-03-31 11:46:55
【文件属性】:

文件名称:meteor-migrations:流星的简单迁移系统

文件大小:15KB

文件格式:ZIP

更新时间:2024-03-31 11:46:55

系统开源

渗入:迁移 一个简单的迁移系统,支持向上/向下迁移和命令行使用。 还在Meteor外部使用。 安装 可以通过Meteor的软件包管理器安装Meteor Migrations。 类型: $ meteor add percolate:migrations 原料药 基本 要编写简单的迁移,请在项目的服务器部分的某处定义: Migrations . add ( { version : 1 , up : function ( ) { //code to migrate up to version 1} } ) ; 要在您的应用调用中运行此迁移,请执行以下操作: Meteor . startup ( ( ) => { Migrations . migrateTo ( 'latest' ) ; } ) ; 先进的 更完整的迁移集可能看起来像: Migrations . add (


【文件预览】:
meteor-migrations-master
----.gitignore(22B)
----package.json(683B)
----package.js(599B)
----.travis.yml(174B)
----migrations_tests.js(7KB)
----LICENSE(1KB)
----packages()
--------.gitignore(28B)
----migrate.sh(684B)
----README.md(6KB)
----example()
--------example.html(220B)
--------example.css(31B)
--------packages()
--------.meteor()
--------example.js(635B)
----versions.json(202B)
----.versions(925B)
----migrations_server.js(8KB)

网友评论