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
- Host: GitHub
- URL: https://github.com/darky/pg-unused-index-tui
- Owner: darky
- Created: 2022-11-12T16:56:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T21:29:18.000Z (almost 3 years ago)
- Last Synced: 2025-04-25T21:52:20.348Z (6 months ago)
- Topics: index, pg, postgres, tui, unused
- Language: Clojure
- Homepage:
- Size: 115 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pg-unused-index-tui
TUI for showing unused indexes of Postgres
### Screenshots

---------
### 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`