October 2019
Intermediate to advanced
444 pages
10h 37m
English
One major downside of ORMs is typically the complexity of doing things that are outside the happy path. SQL—the language relational databases use—is standardized but its types are not always compatible with what the application is doing. In this recipe, we'll explore a few ways to run more advanced queries in Rust's diesel-rs.
Read now
Unlock full access