fethinky:羽毛+思想模块

时间:2021-05-09 06:43:05
【文件属性】:
文件名称:fethinky:羽毛+思想模块
文件大小:8KB
文件格式:ZIP
更新时间:2021-05-09 06:43:05
JavaScript 虚构的 使用Thinky Model创建服务 var thinky = require("thinky")({ host: process.env.RETHINK_HOST || "docker", db: "tests" }); const Business = thinky.createModel("businesses", { name: type.string(), website: type.string(), }); import base from "./feathers-base"; import errors from "feathers-errors"; import service from "../src"; import Business from "./business"; import Lander from "./lander"; let _
【文件预览】:
fethinky-master
----.gitignore(26B)
----README.md(499B)
----test()
--------feathers-base.js(5KB)
--------lander.js(278B)
--------thinky.js(214B)
--------business.js(195B)
--------index.spec.js(1KB)
----docker-compose.yml(114B)
----.eslintrc(103B)
----package.json(2KB)
----src()
--------index.js(7KB)
----.babelrc(69B)
----.npmignore(23B)
----circle.yml(192B)

网友评论