Closed marcelofern closed 1 year ago
There was async support but recently it was reverted because of some issues. There's a pending PR with the fix https://github.com/tpope/vim-dadbod/pull/117. Until then you can use branch from my fork https://github.com/kristijanhusak/vim-dadbod/tree/async-support
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi there!
Is there any plan to make the fetching of results asynchronously? It would be great so that we can still use vim while the results are being fetched, specially for slow queries.
TA!