{"id":15646242,"url":"https://github.com/bulkan/pggy","last_synced_at":"2025-08-03T12:09:29.832Z","repository":{"id":16647869,"uuid":"19403236","full_name":"bulkan/pggy","owner":"bulkan","description":"postgres terminal ui - work in progress","archived":false,"fork":false,"pushed_at":"2014-06-03T07:12:14.000Z","size":505,"stargazers_count":49,"open_issues_count":6,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-25T07:41:40.369Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bulkan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-03T13:06:08.000Z","updated_at":"2024-02-29T16:19:20.000Z","dependencies_parsed_at":"2022-09-02T08:50:50.536Z","dependency_job_id":null,"html_url":"https://github.com/bulkan/pggy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bulkan%2Fpggy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bulkan%2Fpggy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bulkan%2Fpggy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bulkan%2Fpggy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bulkan","download_url":"https://codeload.github.com/bulkan/pggy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242650895,"owners_count":20163610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T12:12:01.549Z","updated_at":"2025-03-09T05:30:26.180Z","avatar_url":"https://github.com/bulkan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## pggy\n\u003csub\u003epiggy\u003c/sub\u003e\n\n[![NPM](https://nodei.co/npm/pggy.png?downloads=true\u0026stars=true)](https://nodei.co/npm/pggy/) [![NPM](https://nodei.co/npm-dl/pggy.png?months=3)](https://nodei.co/npm/pggy/)\n\n\nPostgres terminal UI using [blessed](https://github.com/chjj/blessed) and [Knex.js](http://knexjs.org).\n\n## Introduction\n\nCurrently a work in progress. There is a few issues \u0026 enhancements that need to be done.\n\nSee the issues in here \u0026 this [Trello board](https://trello.com/b/2bJirC2F/pggy)\n\n## Features\n\n* At the moment **Does not** support editing records. Hopefully it will be implemented soon. \n* viewing of tables in the database\n* running raw queries\n\n\n![screenshot1](https://raw.github.com/bulkan/pggy/master/images/screenshot1.png)\n\n\n\n## Usage\n\n`npm install -g pggy`\n\n* There is a dependency on libpq_dev that may also need to be installed before this will complete succesfully. \n\nCreate a `.pggyrc` file in your home (or current directory) with the following;\n\n```json\n{\n    \"hostname\": \"localhost\",\n    \"password\": \"\",\n    \"username\": \"bulkan\",\n    \"database\": \"chinook\"\n}\n```\n\n## Keyboard shortcuts\n\nWhile the table list has focus; \n\n* `d` to drop the table that is highlighted (a confirmation is shown)\n* `i` to show a list of columns on the currently highlighted table\n* `ENTER` to run `select * from \u003ctable\u003e` query on the highlighted table\n\nAnywhere;\n\n* `ctrl + r` anywhere to jump to the raw sql text box\n* `ctrl + q` to quit \n\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbulkan%2Fpggy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbulkan%2Fpggy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbulkan%2Fpggy/lists"}