blackbeam / rust-mysql-simple

Mysql client library implemented in rust.
Apache License 2.0
658 stars 144 forks source link

rocket v0.5-rc and rust-mysql-simple #287

Closed Njamen closed 2 years ago

Njamen commented 3 years ago

Please how the use this library with rocket v0.5-rc

blackbeam commented 3 years ago

Hi, sorry for late response. rocket v0.5 seem to be async, so I suggest you to consider the mysql_async crate instead.

Regarding your question - I'm not really familiar with rocket, but you could look at https://github.com/SergioBenitez/Rocket/tree/master/contrib/db_pools