Crate pg_bigdecimal

Crate pg_bigdecimal 

Source

Structs§

BigDecimal
A big decimal type.
BigInt
A big signed integer type.
BigUint
A big unsigned integer type.
PgNumeric
A rust variant of the Postgres Numeric type. The full spectrum of Postgres’ Numeric value range is supported.

Traits§

Integer