0.0.3 • Published 11 years ago
pggy v0.0.3
pggy
Postgres terminal UI using blessed and knex js

Usage
npm install -g pggy
Create a .pggyrc file in your home (or current directory) with the following;
{
"hostname": "localhost",
"password": "",
"username": "bulkan",
"database": "chinook"
}##Keyboard shortcuts
While the table list has focus;
dto drop the table that is highlighted (a confirmation is shown)ito show a list of columns on the currently highlighted tableENTERto runselect * from <table>query on the highlighted table
Anywhere;
ctrl + ranywhere to jump to the raw sql text boxctrl + qto quit

