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
The issue im having is that I am trying to pass in a Pool object to the PostgresSessionStore::from_client(pool) and it gives me an issue of mismatched types Pool and Pool I am using the latest version of all, slqx = 0.7.1 and async-sqlx-session = 0.4.0 if you have any fixes let me know
Activity