mongoose-wrappers:围绕 Mongoose 库的包装器,旨在简化模式和模型的定义方式

时间:2024-07-15 03:17:27
【文件属性】:

文件名称:mongoose-wrappers:围绕 Mongoose 库的包装器,旨在简化模式和模型的定义方式

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-15 03:17:27

JavaScript

猫鼬包装纸 围绕库的包装器,旨在简化模式和模型的定义方式。 模式 可以使用单个对象字面量定义模式。 var Schema = require ( 'mongoose-wrappers' ) . Schema ; var AnimalSchema = new Schema ( { paths : { name : { type : 'String' } , type : { type : 'String' } } , virtuals : { title : { get : function ( ) { return this . name + ': ' + this . type ; } } } , methods : { findSimilarTypes : function ( c


【文件预览】:
mongoose-wrappers-master
----.gitignore(27B)
----package.json(684B)
----index.js(65B)
----README.md(786B)
----lib()
--------schema.js(1KB)
----test()
--------test.js(1KB)

网友评论