0.0.9 • Published 3 years ago

rh-vr-dao v0.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago