Module tiberius::numeric

source ·
Expand description

Representations of numeric types.

Structs§

  • Represent a sql Decimal / Numeric type. It is stored in a i128 and has a maximum precision of 38 decimals.