mongoose faker:mongoose插件可生成假模型数据 源码
猫鼬 猫鼬插件生成假模型数据 要求 NodeJS v6.5 + 安装 $ npm install --save @lykmapipo/mongoose-faker 用法 const mongoose = require ( 'mongoose' ) ; mongoose . plugin ( require ( 'mongoose-faker' ) ) ; const Schema = mongoose . Schema ; const UserSchema = new Schema ( { name : { type : String , fake : {
文件列表
mongoose-faker-master.zip
(预估有个18文件)
mongoose-faker-master
.travis.yml
102B
index.js
11KB
.jsbeautifyrc
93B
package.json
1KB
test
usecases.spec.js
8KB
bootstrap.spec.js
45B
faker.spec.js
4KB
LICENSE
1KB
暂无评论