Skip to content

dhth/schemas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

schemas

✨ Overview

Inspect schemas of postgres tables in the terminal.

Usage

💾 Installation

homebrew:

brew install dhth/tap/schemas

go:

go install github.com/dhth/schemas@latest

⚡️ Usage

DATABASE_ADDRESS='ABC' \
DATABASE_PORT='ABC' \
DATABASE_USERNAME='ABC' \
DATABASE_PASSWORD='ABC' \
DATABASE_DBNAME='ABC' \
schemas

Acknowledgements

schemas is built using bubbletea.