vim-dadbod-ui icon indicating copy to clipboard operation
vim-dadbod-ui copied to clipboard

Simple UI for https://github.com/tpope/vim-dadbod

Results 72 vim-dadbod-ui issues
Sort by recently updated
recently updated
newest added

When I start modifying the query in the buffer, the output of the latest query run disappears. I want to keep it open and close it manually. Is there any...

We save only the last query time. Save query time per dbout buffer and show it in statusline by buffer

enhancement

Currently there's not an option to automatically expand the sql result in the dbout buffer. I tried setting the fold method to manual for "dbout" but that didn't work: ```vim...

Wish to be able to show all databases to connected database server. More info [here](https://www.postgresqltutorial.com/postgresql-administration/postgresql-show-databases/) DBeaver have similar feature. More information [here](https://stackoverflow.com/questions/54235029/dbeaver-can-only-see-default-postgresql-database-in-connection) In the DBUI drawer, probably can have a...

Would it not be nice to have the column headers visible even when scrolling through a table? [Context.vim](https://github.com/wellle/context.vim) is such a plugin for base vim. With the following config for...

Every query buffer is automatically set to filetype sql (which works hand in hand with the autocomplete plugin). Using MongoDB as my main database type filetype javascript would be more...

#### Description I typed in a ':' instead of a '/' when spesifying a database to connect to and DBUI stopped working completely. Apparently ':' isn't in a dictionary somewhere...

An oracle connect string format is user/password@host . With dadbod you can set a connection to be something like user/$password/host so the password can be kept in a password manager...

enhancement

First off thank you for this plugin! Fantastic stuff. ![image](https://github.com/kristijanhusak/vim-dadbod-ui/assets/51058351/1637777b-227b-4710-b4df-c3d3a6c2d9f2) I think it would be nice to either mark results that contain errors differently from properly executed queries without errors....

enhancement

Is it possible to execute several queries and see results in multiple windows like this? ![image](https://github.com/kristijanhusak/vim-dadbod-ui/assets/45129790/0ce35173-5677-4d3d-887b-20f2242c9f59)

enhancement