yammk:Koa的另一种猫鼬中间件 源码
Koa的另一种猫鼬中间件 一种用于koa的猫鼬中间件。 楷模 模型以猫鼬语法定义,自定义函数返回架构。 模型定义 具有bcrypt密码支持的用户模型,并引用Post模型作为虚拟属性。 /* User.js */ const mongoose = require ( 'mongoose' ) ; const bcrypt = require ( 'bcrypt' ) ; module . exports = ( ) => { const schema = new mongoose . Schema ( { username : { type : String , required
文件列表
yammk-master.zip
(预估有个12文件)
yammk-master
yarn.lock
50KB
.eslintrc.js
238B
LICENSE
1KB
test
models
Group.js
171B
User.js
375B
test_models.js
3KB
.eslintrc.js
154B
暂无评论