<@U01SP2GJYAU> Is the projection api implemented i...
# komapper
d
@Toshihiro Nakamura Is the projection api implemented in a way that I could easily adapt it for my Jasync compat layer? Or does it really depend too much on running requests using Komapper?
t
It heavily depends on Komapper. It would be difficult to use it separately from Komapper.
👍🏼 1
d
I wish I could re-use my Jasync connection with Komapper, but I think we spoke about that before and R2dbc make it a bit hard to access it's driver...
So I guess I'll just have to migrate all the mappings in one shot after I finish with the queries part.
t
If you’re willing to take it on, you could consider creating a
komapper-jasync
module based on the
komapper-r2dbc
module. This would allow Komapper’s Query objects to be executed with jasync.