kristijanhusak / vim-dadbod-ui

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

FR: Put views into a separate category #222

Open FalcoGer opened 4 months ago

FalcoGer commented 4 months ago

I have created a view in mysql with CREATE VIEW. It would be nice if those were displayed separately from tables, or otherwise indicated differently, so that you can see that you can not treat them as normal tables. For example one can not insert into a view in mysql if the view is made up from multiple tables.