danvergara / dblab

The database client every command line junkie deserves.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pagination

danvergara opened this issue · comments

Is your feature request related to a problem? Please describe.

The table selection has a serious problem when it comes to query big tables, by default is gonna return all the records from the selected table which resource intensive.

Describe the solution you'd like

The best we can do is adding a pagination system. I'm considering to add an small view with a kind of menu to handle the pagination as we usually do in web applications. The system might be pretty much like the view selection menu, and besides I could add some short cuts to have a better UX.

Describe alternatives you've considered

Another option is to add an special configuration to declare a maximun number of rows given by the user, the default might be 100.