{"id":19581428,"url":"https://github.com/tigawanna/postbase","last_synced_at":"2025-10-04T00:21:17.514Z","repository":{"id":216699415,"uuid":"741602687","full_name":"tigawanna/postbase","owner":"tigawanna","description":"Simple PostgreSQL GUI for visualizing your databases ,tables and their column types ","archived":false,"fork":false,"pushed_at":"2024-04-03T17:55:59.000Z","size":3099,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-14T19:05:09.333Z","etag":null,"topics":["postgresql","react"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/tigawanna.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,"zenodo":null}},"created_at":"2024-01-10T18:25:37.000Z","updated_at":"2025-01-11T14:56:18.000Z","dependencies_parsed_at":"2025-04-23T01:31:32.916Z","dependency_job_id":"240330c1-7aa9-4dfc-bd41-1c26c905be1d","html_url":"https://github.com/tigawanna/postbase","commit_stats":null,"previous_names":["tigawanna/postbase"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tigawanna/postbase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tigawanna%2Fpostbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tigawanna%2Fpostbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tigawanna%2Fpostbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tigawanna%2Fpostbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tigawanna","download_url":"https://codeload.github.com/tigawanna/postbase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tigawanna%2Fpostbase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278246412,"owners_count":25955241,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["postgresql","react"],"created_at":"2024-11-11T07:36:15.819Z","updated_at":"2025-10-04T00:21:17.482Z","avatar_url":"https://github.com/tigawanna.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# POSTBASE\nAn attempt at a Nodejs based PostgresSQL GUI\n\n![Main postbase image](https://github.com/tigawanna/postbase/blob/main/public/docs/postbase.jpg)\n\n\n### Getting started\n- clone locally \n- have a running Postgres server\n- make sure you have a default Postgres with the settings\n\n\n ```ts\npostgres({\n        host: \"localhost\",\n        user: \"postgres\",\n        password: \"postgres\",\n        database: \"postgres\",\n      })\n ```\n\n Connection url can be used but types generation only works on local database\n\n ```sh \n  npm install\n  npm run dev\n ```\nfor best results build and run it first\n\n```sh\nnpm run build\nnpm start\n```\n\nTo use the TypeORM + TypeGraphQL classes add an environment variable with your [Gemini API key](https://makersuite.google.com/app/apikey), its free for simple uses.\n\n\nhttps://github.com/tigawanna/postbase/assets/72096712/50ff037e-7364-46ec-a226-e143aa583be4\n\nThe output types and classes are stored in the\n[ pg directory](pg)\n### built using \n- [Rakkasjs](https://rakkasjs.org/) Vite frontend + Nodejs backend + useServerSideQuery data fetching hooks\n- [Shadcn/UI +  Tailwindcss](https://ui.shadcn.com/) Stylings and components\n- [Postgresjs](https://github.com/porsager/postgres): low level ORM for PostgresSQL\n- [kanel](https://github.com/kristiandupont/kanel): Tool for generating typescript types from Postgres \n- [Gemini AI](https://ai.google.dev/) To generate TypeORM + TypeGraphQL classes \n\n- [Shikiji](https://shikiji.netlify.app/) Syntax highlighter , used to style the code blocks\n![Shikiji highlighted code]([image.png](https://github.com/tigawanna/postbase/blob/main/public/docs/shikiji-code.jpg))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftigawanna%2Fpostbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftigawanna%2Fpostbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftigawanna%2Fpostbase/lists"}