dwyl / learn-rust

:bowtie: learn rust-lang to build systems.
GNU General Public License v2.0
11 stars 1 forks source link

`SQLx` is not an ORM! #22

Open nelsonic opened 1 year ago

nelsonic commented 1 year ago

https://github.com/launchbadge/sqlx image

"provides macros that take regular SQL as an input and ensure that it is valid for your database"

This is sweet sweet music to my ears! 🙏

nelsonic commented 1 year ago

https://blog.logrocket.com/interacting-databases-rust-diesel-vs-sqlx/