i am using sqldelight with postgresql. i have enab...
# squarelibraries
w
i am using sqldelight with postgresql. i have enabled
generateAsync
in my gradle file and now am seeing various errors with
Unresolved reference: r2dbc
is there an additional dependency that i need to add? the docs don’t mention it on the postgres page under
generateAsync
h
If you want to use async, you need to use the r2dbc driver. But keep in mind, the async support of sqldelight is still in beta.
w
is there any official documentation about this?
h
I don’t think so due the beta state.
thank you color 1