843
Yoda might be running on multi-threading
(sh.itjust.works)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Sadly sqlx seems to have gone semi-proprietary with their MSQL driver. Personally never understood the appeal of mssql when there's Postgres and SQLite, but hey, it does work.
I've started using welds as my new ORM of choice as SeaORM and Diesel is just not a friendly experience, and supports Mssql OOB. So it's nice there's still options for it.