How to imlement rocket_okapi
along with diesel
??
#2248
Unanswered
DilecPadovani
asked this question in
Questions
Replies: 1 comment
-
If you want to use Diesel with rocket 0.5, you should be using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to implement swagger documentation using the
rocket_okapi
crate, instead of rocket_dbpools i want to use Diesel.I'm stuck on a problem when using the rocket_contrib macro for database connection:
the error I'm receiving is:
Can the problem be that in rocket exist an enum called
outcome
and rocket_contrib is instead looking forOutcome
?Beta Was this translation helpful? Give feedback.
All reactions