rust-web-diesel-rocket Creating a table First set the DATABASE_URL to connect to Postgres with the below command or by adding/updating it to the .env file manually: echo DATABASE_URL=postgres://postgres:password@localhost/rust-web-with-rocket > .env