文件名称:east-couchbase:东部的沙发床适配器(https
文件大小:18KB
文件格式:ZIP
更新时间:2024-05-29 02:03:02
JavaScript
东Couchbase适配器
沙发床适配器
安装
npm install east east-couchbase -g
或者,您可以在本地安装
用法
转到项目目录并运行
east init
在当前目录中创建.eastrc文件
{
"adapter" : "east-couchbase" ,
"url" : "couchbase://localhost" ,
"dbauth" : {
"username" : "admin" ,
"password" : "password"
}
}
其中url是您要迁移的数据库的url(以)
有关迁移的信息将存储在文档中的关键migration|
【文件预览】:
east-couchbase-master
----.eslintrc.json(455B)
----.gitignore(529B)
----package.json(840B)
----package-lock.json(35KB)
----.travis.yml(154B)
----LICENSE(1KB)
----CHANGELOG.md(506B)
----README.md(3KB)
----lib()
--------datasource.js(2KB)
--------adapter.js(8KB)
--------migration-template.js(1KB)
----test()
--------adapter-test.js(7KB)