I'm trying to follow the instructions on this "Getting Started" page:
https://diesel.rs/guides/getting-started/
My basic attempt at using diesel is in GitHub.
I'm getting an error from the compiler here:
It says "the trait
diesel::deserialize::FromSql<diesel::sql_types::Nullable<diesel::sql_types::Text>, _>
is not implemented for *const str
I could use some help figuring out what I'm doing wrong.