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
as we do not have SQLx Any in our list due to issues it was having before. Our Any provides a way to use any of the currently made and set databases that we currently support.
thanks for the example. I thought it was strange that there was a problem with creating a SessionAnyPool. It would be logical to create any_pool and pass it there.
Last question, is there any way to get an object (SessionPgPool or SessionSqlitePool) from any_pool? Depending on what we pass in connect(<pg> or <sqlite>)
Hello.
How create object SessionAnyPool if use "Pool<Any>"?
The text was updated successfully, but these errors were encountered: