Very nice delivery of the Learning Material. When you get the time, please include the handling of cases where Update and Delete are done on invalid task_id. Currently those invalid task_id queries return {success: true}. I hope I am not doing something incorrectly at my end. Thank you and keep producing such useful, concise and easy tutorials.
$ psql -U axum_postgres psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: Peer authentication failed for user "axum_postgres"
You will have to switch from peer authentication to password. (It's also in the video) Here's an article that will help you further. medium.com/@syafiqza/configuring-postgresql-authentication-in-linux-from-peer-to-password-1bde0445c4da
Excellent video, this video literally takes a complete beginner, to writing, getting , updating and deleting from a database. Excellent work.
Great to hear! 💙💙
Very nice delivery of the Learning Material.
When you get the time, please include the handling of cases where Update and Delete are done on invalid task_id.
Currently those invalid task_id queries return {success: true}.
I hope I am not doing something incorrectly at my end.
Thank you and keep producing such useful, concise and easy tutorials.
more like these please..thank you
You got it! 💙
Amazing
Impeccably conceptualized and narrated: this video has a lot of depth while also being precise and succinct.
The patterns you show are very valuable
So nice of you, Glad you liked it
awesome .. and greate channel for rust bigginner.. please do more.. we want more like this.
Thanks. More to come 💙
Awesome video
thanks a lot
You are welcome, thanks!
GREAT VIDEO!!!! THANKS!!!!!!!!
You're welcome!
Beautiful tutorial... how did you get those pretty checkmarks in your lines of code?
More rust tutorial pls
Excellent bro, but the way you import and install make us think that we have to memorize it all 😢.
Sorry for that, I plan to make a crash course on axum and actix and every step will be explained in detail there
$ psql -U axum_postgres
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: Peer authentication failed for user "axum_postgres"
You will have to switch from peer authentication to password. (It's also in the video)
Here's an article that will help you further.
medium.com/@syafiqza/configuring-postgresql-authentication-in-linux-from-peer-to-password-1bde0445c4da