kristijanhusak / vim-dadbod-ui

Simple UI for https://github.com/tpope/vim-dadbod
MIT License
1.36k stars 70 forks source link

Show connection string of database #226

Closed Nekketsu closed 4 months ago

Nekketsu commented 4 months ago

Would it be possible to show the connection string of a database? I know there is the function db_ui#connection_list, but I think it would be nice to integrate it in the user interface.

One option would be, when pressing K, if we are in the databases section, it could detect which database section is our cursor on, and show a popup or message with the connection string.

Nekketsu commented 4 months ago

Sorry, it already exists. When we press r we can see and modify all the details.