eigenein / my-iot-rs

Yet another home automation (alpha)
https://eigenein.github.io/my-iot-rs/html
MIT License
32 stars 5 forks source link

[Core] Use fetch_one when fixed in SQLx #144

Open eigenein opened 3 years ago

eigenein commented 3 years ago

Follows up #143.

One should use fetch_one instead of the .fetch_all(...).await?.first().unwrap() trick, but at the moment fetch_one is broken.