I have a postgres database running on my computer and i have set the DATABASE_URL
environment variable but when i try to setup my diesel ORM for my project i get this error
connection to server at "localhost" (::1),
port 2000 failed: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
what is the solution?