$ 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! 💙💙
more like these please..thank you
You got it! 💙
Amazing
awesome .. and greate channel for rust bigginner.. please do more.. we want more like this.
Thanks. More to come 💙
Beautiful tutorial... how did you get those pretty checkmarks in your lines of code?
GREAT VIDEO!!!! THANKS!!!!!!!!
You're welcome!
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