Hey there,
I currently working on a fork for BierDav/Exposed that fully supports KMP. I already managed to port the core module, but now I need to create the driver module similar to jdbc and r2dbc. I wanted to take the r2dbc implemenation as a basis for a new module that supports sqlx4k.
In this process I noticed that I'm missing the fetchSize you have in r2dbc for prepared statments. Is there a chance we get this property? 🫣
Hey there,
I currently working on a fork for BierDav/Exposed that fully supports KMP. I already managed to port the core module, but now I need to create the driver module similar to jdbc and r2dbc. I wanted to take the r2dbc implemenation as a basis for a new module that supports sqlx4k.
In this process I noticed that I'm missing the
fetchSizeyou have inr2dbcfor prepared statments. Is there a chance we get this property? 🫣