Hacker News new | ask | show | jobs
by sverro2 608 days ago
I like sqlx, but have been eyeing diesel for some time. Any reasons you don't use diesel_async?
1 comments

With Diesel async integrating everything with the pooling is a bit hairy. With sqlx everything just works.