clj-r2dbc.dialect.mariadb

Optional MariaDB-specific interceptor stages.

Addresses MariaDB's floating-point precision behavior, which returns Double
and Float values that differ from BigDecimal string representations. Add
mariadb-type-interceptor to :interceptors when precise decimal handling is
required.

mariadb-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.