flugbuech icon indicating copy to clipboard operation
flugbuech copied to clipboard

Move from Diesel to SQLx?

Open dbrgn opened this issue 3 years ago • 1 comments

https://github.com/launchbadge/sqlx

SQLx is not an ORM, it's more lightweight than Diesel. It provides slightly less static guarantees than Diesel, but still does compile-time verification of queries. (Note: I'm not sure how robust the offline mode is, we don't want to require a database just to compile the project.)

Main advantage is that it's async, so it integrates better with Rocket.

dbrgn avatar Sep 20 '21 09:09 dbrgn