package
0.7.4
Repository: https://github.com/timesking/pholcus.git
Documentation: pkg.go.dev

# Functions

释放连接.
获取数据库集合列表.
获取所有数据.
增删改查操作的统一方法 count操作resultPtr类型为*int list操作resultPtr类型为*map[string][]string find操作resultPtr类型为*map[string]interface{} insert操作resultPtr类型为*[]string,允许为nil(不接收id列表) update操作resultPtr为nil remove操作resultPtr为nil.
打开指定数据库的集合.

# Variables

No description provided by the author

# Structs

传入数据库与集合名 | 返回文档总数.
在指定集合进行条件查询.
插入新数据.
传入数据库列表 | 返回数据库及其集合树.
No description provided by the author
删除数据.
更新数据.

# Interfaces

增删改查操作.