0.0.9 • Published 2 years ago

rh-vr-dao v0.0.9

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

描述

虚拟dao 方法包

使用

npm i -D rh-vr-dao

add(row)

第一层级添加一个项

addByPath(row, path)

指定属性路径/项路径

del(whereParams)

删除第一层级项

delByPath(path)

指定要删除的子项或属性

update(whereParams, updateParam)

更新第一层级项

updateByPath(row, path)

更新指定路径的项或属性

select(whereParam)

查询

selectPage(pageSize, pageNo, whereParam)

分页查询

selectByPath(path)

查询指定路径属性/项

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago