🦀 Live coding REST API with Rust & Actix & Diesel 🦀 - 02

preview_player
Показать описание
In this video we continue our web app and we develop a service layer with diesel.

Don't forget to comment, like and subscribe :)

Social Media:
Рекомендации по теме
Комментарии
Автор

Where is the first part ? Could you pls provide the link

bjugdbjk
Автор

Loving your tutorials keep it up !, also I think you mean Coach and not Couch haha

Pixalynx
Автор

The last error was fixed when you changed the order of name and submit_at fields. Reason for this is given in the diesel getting started page.

Note:
Using #[derive(Queryable)] assumes that the order of fields on the Post struct matches the columns in the posts table, so make sure to define them in the order seen in the schema.rs file.

Thanks for stream.

HarshJain-lkcw