January 2019
Intermediate to advanced
520 pages
14h 32m
English
The diesel crate generates a DSL for us to construct typed queries in a simple way. All instructions are generated as a submodule of schema and are available for every generated table mapping with a module path such as the following:
use self::schema::users::dsl::*;
Let's implement two commands using generated typed relations.
Read now
Unlock full access