Hexilee/roa

I dont like dsl(diesel) how to integrate roa with sqlx

adals opened this issue · 2 comments

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.

Currently wiki is out of date, you'd better refer to examples and rust docs for correct documentation.

adals commented

@Hexilee Thanks