Relative Content

Tag Archive for databasedockerrustsqlx

unsure how to resolve sqlx error : “error with configuration: no driver found for URL scheme “postgres””

I’m following along zero to production book and I’ve reached the point where I’m supposed to create a database connection with sqlx and Docker. I’ve been following all the steps in order to establish a connection to a DB and migrate to create a users table but I keep receiving this error message: “error with configuration: no driver found for URL scheme “postgres””
I am unexperienced with DB so I’m not even sure to understand what the error message means.