kndndrj / nvim-dbee

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

Show number of rows returned by the query #75

Closed ashish10alex closed 8 months ago

ashish10alex commented 8 months ago

This merge request:

Shows number of rows returned by the query. I find this feature very useful instead of going manually to the last page or writing a separate query using COUNT(*) to see how many rows does the query returns.

CleanShot 2024-01-15 at 17 46 03@2x

ashish10alex commented 8 months ago

closing this one as I accidentally based this branch off one of my local branches instead of your main branch