You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah it might be worth looking into. One thing to keep in mind is that this library should still work with any existing apps that use sqlx, so if moving to tokio-postgres causes any sort of dependency clash that could be a problem.
I'm ok with that, the current error handling from sqlx is not that useful because when it fails it doesn't say which query fails, it just says the reason why. I have no problem with the error types changing.
And possibly renaming the crate along the lines of "bdk_postgres".
The text was updated successfully, but these errors were encountered: