You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: