package
0.0.0-20231224052254-3c905e5ef12b
Repository: https://github.com/assetcloud/chain.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DecodeRow from data.
JoinKey 两个left 和 right key 合并成一个key.
NewCount 创建一个计数器.
NewJoinTable 新建一个JoinTable.
NewTable 新建一个表格 primary 可以为: auto, 由系统自动创建 index 可以为nil.

# Constants

表关联设计 指出是 添加 还是 删除 行 primary key auto 的del 需要指定 primary key.
表关联设计 指出是 添加 还是 删除 行 primary key auto 的del 需要指定 primary key.
表关联设计 指出是 添加 还是 删除 行 primary key auto 的del 需要指定 primary key.
表关联设计 指出是 添加 还是 删除 行 primary key auto 的del 需要指定 primary key.

# Variables

table 中的错误处理.
table 中的错误处理.
table 中的错误处理.
table 中的错误处理.
table 中的错误处理.
table 中的错误处理.
table 中的错误处理.

# Structs

Count 计数器.
JoinData 由left 和 right 两个数据组成.
JoinMeta left right 合成的一个meta 结构.
JoinTable 是由两个表格组合成的一个表格,自动维护一个联合结构 其中主表: LeftTable 连接表: RightTable.
Option table 的选项.
Query 列表查询结构.
Row 行操作.
Table 定一个表格, 并且添加 primary key, index key.

# Interfaces

RowMeta 定义行的操作.