{"id":14973840,"url":"https://github.com/akifzdemir/postgres-tui","last_synced_at":"2025-10-27T02:31:32.357Z","repository":{"id":243410527,"uuid":"804040107","full_name":"akifzdemir/postgres-tui","owner":"akifzdemir","description":"This is a terminal user interface (TUI) application built with Bubble Tea that connects to a PostgreSQL database and displays data in a table format.","archived":false,"fork":false,"pushed_at":"2024-06-08T15:44:39.000Z","size":523,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-28T18:02:58.810Z","etag":null,"topics":["bubbles","bubbletea","go","lipgloss","postgresql","psql","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","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/akifzdemir.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-21T20:53:58.000Z","updated_at":"2024-08-30T01:38:46.000Z","dependencies_parsed_at":"2024-06-08T18:05:47.374Z","dependency_job_id":"fd6386eb-414e-4d50-a32d-c1a38ba7555e","html_url":"https://github.com/akifzdemir/postgres-tui","commit_stats":null,"previous_names":["akifzdemir/postgres-tui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akifzdemir%2Fpostgres-tui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akifzdemir%2Fpostgres-tui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akifzdemir%2Fpostgres-tui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akifzdemir%2Fpostgres-tui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akifzdemir","download_url":"https://codeload.github.com/akifzdemir/postgres-tui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219861968,"owners_count":16555980,"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":["bubbles","bubbletea","go","lipgloss","postgresql","psql","tui"],"created_at":"2024-09-24T13:49:33.453Z","updated_at":"2025-10-27T02:31:32.024Z","avatar_url":"https://github.com/akifzdemir.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostgreSQL TUI with Bubble Tea\n\nThis is a terminal user interface (TUI) application built with Bubble Tea that connects to a PostgreSQL database and displays data in a table format.\n\n## Features\n\n- Connect to a PostgreSQL database\n- Display data from a selected table\n- Navigate through the table using keyboard keys\n- Delete records from the table\n\n![gif](readme.gif)\n\n## Prerequisites\n\n- Go\n- PostgreSQL database\n\n\n## To do\n\n- Add create, update  record\n- Add create,delete database\n- Refactor error handling \n\n\n## Installation\n\n1. **Clone the repository**\n\n    ```sh\n    git clone https://github.com/akifzdemir/postgres-tui.git\n    cd postgres-tui\n    ```\n\n2. **Install dependencies**\n\n   Ensure you have the necessary Go modules:\n\n    ```sh\n    go mod tidy\n    ```\n\n3. **Run the application**\n\n    ```sh\n    go run main.go\n    ```\n\n\n\n## Code Structure\n\n- **main.go**: The entry point of the application. Connects to the database and initializes the TUI.\n- **models/**: Contains the Bubble Tea models for managing the TUI states and interactions.\n   \n- **constants.go**: Defines constant values used across the application.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakifzdemir%2Fpostgres-tui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakifzdemir%2Fpostgres-tui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakifzdemir%2Fpostgres-tui/lists"}