gofabian / spring-boot-data-r2dbc-jooq

Reactive JOOQ - an R2DBC adapter for Spring Boot
MIT License
39 stars 11 forks source link

Custom adapters converting between JOOQ and R2DBC types #25

Closed gofabian closed 3 years ago

gofabian commented 3 years ago

For example between org.jooq.JSONB and io.r2dbc.postgresql.codec.Json. There should be a general mechanism to add further adapters.

gofabian commented 3 years ago

Solved in 947868b