1.0.8 • Published 7 years ago

mongodb-style v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

node操作mongodb

简化mongodb的调用

new Db(dburl,site)

实例化方法

参数格式说明
dburlobject数据库地址
sitefunction数据库表

insertDb(args)

插入数据

参数格式说明
datasobject需插入的数据
backfunction回调方法

selectDb(args)

查询数据

参数格式说明
whereStrsobject判断条件
backfunction回调方法

updateDb(args)

更新数据

参数格式说明
whereStrsobject判断条件
updateStrsobject更新数据段
multisboolean是否更新全部
backfunction回调方法

deleteDb(args)

删除数据

参数格式说明
whereStrsobject判断条件
backfunction回调方法

Yihuan He email:yihuan1993@qq.com

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago