clj-r2dbc.dialect.mysql
Optional MySQL-specific interceptor stages. Addresses MySQL's floating-point precision behavior, which returns Double and Float values that differ from BigDecimal string representations. Add mysql-type-interceptor to :interceptors when precise decimal handling is required.
mysql-type-interceptor
added in 0.1
Interceptor that coerces floating-point values to BigDecimal in realized rows. Safe to include unconditionally; rows with no Double/Float values are unchanged.