Skip to main content

Module numeric

Module numeric 

Source
Expand description

NUMERIC/DECIMAL type support for PostgreSQL.

PostgreSQL NUMERIC is a variable-precision type stored in a complex binary format. For simplicity, we use String representation and convert on demand.

Structsยง

Numeric
NUMERIC/DECIMAL type (stored as string for precision)