package
6.0.0-beta.3
Repository: https://github.com/issue9/orm.git
Documentation: pkg.go.dev

# Functions

FloatDecimal 从浮点数还原 [Decimal] 对象 precision 表示输出的精度。.
No description provided by the author
StringDecimal 从字符串还原 [Decimal] 对象 precision 表示输出的精度。.
StringDecimalWithPrecision 从字符串还原 [Decimal] 对象 输出精度从 s 获取,如果 s 不包含小数位,则小数长度为 0.

# Structs

No description provided by the author
Rat 有理数 这是对 [big.Rat] 的扩展,提供了 orm 需要的接口支持。 在数据库中以分数的形式保存至字符串类型的列,所以需要指定长度。.
Unix 以 unix 时间戳保存的 [time.Time] 数据格式.

# Type aliases

SliceOf 针对数组存组方式 最终是以 json 的方式保存在数据库。.