package
4.1.0
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 有理数 这是对 math/big.Rat 的扩展,提供了 orm 需要的接口支持。 在数据库中以分数的形式保存至字符串类型的列,所以需要指定长度。.
Unix 以 unix 时间戳保存的 time.Time 数据格式.