kndndrj / nvim-dbee

Interactive database client for neovim
GNU General Public License v3.0
606 stars 39 forks source link

[Performance] Disable automatic database drawer refresh #116

Open phdah opened 1 month ago

phdah commented 1 month ago

The plugin is awesome, but "hicks" up and reduces performance drastically since it does automatic refresh constantly to draw the database structure on unnecessary triggers. This might not be an issue when working with local databases, where latency etc is ≈0, but for cloud databases, this is noticeable.

I would like to be able to disable the auto refresh for everything, except:

Does there already exists such a config that can be passed to the setup function, or can I at least get some initial guidance in where I can start my own PR for this?

Thanks