clj-r2dbc.dialect.h2
Optional H2-specific interceptor stages. Addresses H2's ARRAY type mapping, which returns Java arrays rather than Clojure persistent vectors. Add h2-array-interceptor to :interceptors when querying H2 ARRAY columns.
h2-array-interceptor
added in 0.1
Interceptor that converts H2 ARRAY column values to persistent vectors. Binary byte[] values are preserved as-is.