TaKO8Ki / gobang

A cross-platform TUI database management tool written in Rust
MIT License
2.82k stars 90 forks source link

Adds a total row count in the footer #170

Closed Valentin271 closed 10 months ago

Valentin271 commented 1 year ago

Checklist

Description

This PR adds a total rows field in the properties. This is especially useful for large databases, it prevents the need to write an entire request just to know the total count.

This fixes #106.

NOTE: I didn't implemented tests mainly because it didn't find anything useful to test. Would be glad to add some though if you indicate what to test.

Example :

image

Changelog