kndndrj / nvim-dbee

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

Feat: show total number of rows returned by the query #76

Closed ashish10alex closed 5 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 18 13 01@2x

kndndrj commented 5 months ago

Looks nice. Thanks