package
0.8.5
Repository: https://github.com/golangltd/pholcus.git
Documentation: pkg.go.dev

# Functions

调用资源池中的资源.
销毁资源池.
获取数据库集合列表.
获取所有数据.
No description provided by the author
返回当前资源数量.
增删改查操作的统一方法 count操作resultPtr类型为*int list操作resultPtr类型为*map[string][]string find操作resultPtr类型为*map[string]interface{} insert操作resultPtr类型为*[]string,允许为nil(不接收id列表) update操作resultPtr为nil remove操作resultPtr为nil.
No description provided by the author

# Constants

分配插入.

# Variables

No description provided by the author

# Structs

传入数据库与集合名 | 返回文档总数.
在指定集合进行条件查询.
插入新数据.
传入数据库列表 | 返回数据库及其集合树.
No description provided by the author
删除数据.
更新第一个匹配的数据.
更新全部匹配的数据.
更新第一个匹配的数据,若无匹配项则插入.

# Interfaces

增删改查操作.