Closed as not planned
Description
ClickHouse provides an r2dbc driver. Building a project with Testcontainers fails because of the following exception:
Caused by: org.springframework.r2dbc.core.binding.BindMarkersFactoryResolver$NoBindMarkersFactoryException: Cannot determine a BindMarkersFactory for ClickHouse using ConnectionPool[ClickHouse]
Add ClickHouse to the list
My workaround was to created my own provider and register it in spring.factories but it fails because it also needs to support the ClickHouse dialect in spring-data-r2dbc.