Lately I have been playing around and enjoyed learning about the Rust programming. Today I spend some time working with Diesel, a Rust ORM.
Schema generation
Diesel uses a schema definition (usually called schema.rs) to ensure the type-safety of its API.
When started such a project there are usually