Package-level declarations
Types
Link copied to clipboard
The arbitrary-precision decimal a PostgreSQL numeric column carries, in a form commonMain can name.
On JS, BigDecimal holds the decimal's text.
On the JVM, BigDecimal is java.math.BigDecimal - the same class the driver's numeric codec produces, so nothing is wrapped and nothing is converted.