How to force a password prompt for an expired password? #192
Description
I am using vim-dadbod with an AWS Aurora Postgres database at work and we have temporary credentials set up. These passwords are good for 15 minutes so I have nothing to store in a config. Right now (in Neovim) my experience is I set a DB URL through a prompt script and if I try to straight run a query I just get a connection error. With https://github.com/kristijanhusak/vim-dadbod-completion/ installed and working if I just start typing something it actually does come up and prompt for the password. I can enter it and use the buffer for like 15 minutes before the pasword expires. When it expires I just start getting connection errors and I have to quit and start again to re-connect and start the process over again.
Is there a way to force a password prompt or what is the best solution here? Is it vim-dadbod-completion
giving me the prompt or vim-dadbod
? Or is there just some other workflow I should be using?