Hi, can we use `r2dbc` with exposed
# exposed
b
Hi, can we use
r2dbc
with exposed
d
No but you could check out kotysa
👍 1
c
I try to integrate exposed with r2dbc kotlin wrapper " jasync-sql". I use exposed DSL API to generate SQL statement and run it with jasync. But this is only a experimental approach in my personal project. I am not sure is there anything missing or something is incorrect https://github.com/csieflyman/multi-projects-architecture-with-Ktor/blob/main/infra/src/fanpoll/infra/database/jasync/JasyncExposedAdapter.kt https://github.com/csieflyman/multi-projects-architecture-with-Ktor/blob/main/infra/test/integration/database/R2DBCSpec.kt
b
@csieflyman thanks for sharing