Closed alekspickle closed 1 year ago
Solved: I am stupid and my postgres was running on the port other than default (in my case 5434), as soon as I specified it in url it connected.
"postgres://postgres:password@localhost:5434"
I hope this issue will help for others stuck with this as I was.
Bug Description
I looked into all similar issues but I still can't understand what is the issue here. Here is how I create a pool and I get the
Error: pool timed out while waiting for an open connection
error. Am I doing something wrong?Minimal Reproduction
Info
rustc --version
: 1.67