kndndrj / nvim-dbee

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

Feature/multiple databases #35

Closed kndndrj closed 10 months ago

kndndrj commented 10 months ago

This PR adds support for multiple databases on a single connection. It also adds native pick list support in the drawer and makes the UI a bit nicer to use and doesn't rely on external plugins to make vim.ui.select look nice.

fixes #32 addresses #15