文件名称:modm:Mongodb 对象文档映射器
文件大小:17KB
文件格式:ZIP
更新时间:2024-07-19 13:24:38
JavaScript
调制解调器 Mongodb 对象文档映射器 例子 var modm = require ( "modm" ) ; // define a schema var schema = new modm . Schema ( { field : String } ) ; // create db connection var model = modm ( "myDb" , { host : "127.0.0.1" , port : 27017 , server : { pooSize : 5 } , db : { w : 1 } } ) ; // get a collection var myCollection = model ( "myCollection" , schema ) ; // db operations myCollection . insert
【文件预览】:
modm-master
----example()
--------object.js(441B)
--------number.js(443B)
--------example.js(2KB)
--------date.js(421B)
--------boolean.js(422B)
--------buffer.js(528B)
--------array.js(561B)
--------objectid.js(521B)
--------string.js(803B)
----index.js(4KB)
----package.json(978B)
----.gitignore(44B)
----lib()
--------convert.js(2KB)
--------default.js(434B)
--------manipulator.js(3KB)
--------adapter.js(8KB)
--------schema.js(4KB)
--------apis()
--------validator.js(3KB)
--------options.js(2KB)
--------model.js(2KB)
----README.md(4KB)