An open API service indexing awesome lists of open source software.

https://github.com/darky/pg-unused-index-tui

TUI for showing unused indexes of Postgres
https://github.com/darky/pg-unused-index-tui

index pg postgres tui unused

Last synced: 6 months ago
JSON representation

TUI for showing unused indexes of Postgres

Awesome Lists containing this project

README

          

# pg-unused-index-tui

TUI for showing unused indexes of Postgres

### Screenshots

![Screenshot_20221112_195956](https://user-images.githubusercontent.com/1832800/201485627-da9b1700-2d20-475b-9f3c-020d72cb4c0c.png)
---------
![Screenshot_20221112_200052](https://user-images.githubusercontent.com/1832800/201485625-b65baa34-87f4-42d0-b463-9f512805beb7.png)

### Install

`npm install pg-unused-index-tui -g`

### Usage

`pg-unused-index-tui`

### Tip

You can predefine postgres URL

`pg-unused-index-tui postgres://user:pass@localhost:5432/mydb`