adals opened this issue 5 years ago · 2 comments
above https://github.com/launchbadge/sqlx thanks
Simply add sqlx::Pool in State, you can refer to example of roa::pg. You can also just use roa::pg, I may add a sqlx integration in several days.
sqlx::Pool
State
roa::pg
Currently wiki is out of date, you'd better refer to examples and rust docs for correct documentation.
@Hexilee Thanks