{"id":50974652,"url":"https://github.com/tinker-base/tinker-dashboard","last_synced_at":"2026-06-19T06:04:24.056Z","repository":{"id":182143229,"uuid":"667961041","full_name":"tinker-base/tinker-dashboard","owner":"tinker-base","description":"A table editor to visualize and modify Tinker backend databases","archived":false,"fork":false,"pushed_at":"2023-08-09T01:54:40.000Z","size":2021,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2023-08-09T03:32:46.500Z","etag":null,"topics":["aws","baas","postgresql","postgrest","tinker"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tinker-base.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}},"created_at":"2023-07-18T17:34:35.000Z","updated_at":"2023-07-23T15:23:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"cb59aba5-f1d9-48f0-ac26-992a8d9ca6e8","html_url":"https://github.com/tinker-base/tinker-dashboard","commit_stats":null,"previous_names":["tinker-base/tinker-dashboard"],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/tinker-base/tinker-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinker-base%2Ftinker-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinker-base%2Ftinker-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinker-base%2Ftinker-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinker-base%2Ftinker-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinker-base","download_url":"https://codeload.github.com/tinker-base/tinker-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinker-base%2Ftinker-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34519073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":["aws","baas","postgresql","postgrest","tinker"],"created_at":"2026-06-19T06:04:23.261Z","updated_at":"2026-06-19T06:04:24.048Z","avatar_url":"https://github.com/tinker-base.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"125\" height=\"125\" src=\"https://github.com/tinker-base/tinker-dashboard/blob/27233f35469efd653eb95a6a0825a2a4231468d2/src/images/SVG%20Vector%20Files/tinker_logo.svg\"\u003e\n\u003c/p\u003e\n\n# Tinker\n\n\u003e Tinker automates the creation of backends for your web applications.\n\n- [Overview](#overview)\n- [Dashboard](#dashboard)\n- [Usage](#usage)\n\n## Overview\nTinker is an open-source, self-hosted backend-as-a-service (BaaS) that accelerates development speed through automated configuration, deployment, and an intuitive database table editor.   \n\nCreate public facing backends with minimal configuration in your AWS account through the Tinker CLI. Visualize and modify your application's data and schema with the companion Tinker dashboard.\n\n## Dashboard\n\nThe dashboard UI displays all active backends in your Tinker deployment. Each backend is interactive — view and alter the data associated with your backends. The dashboard essentially acts as an interface to your backend's PostgreSQL database.\n\n## Usage\n\nThe dashboard simplifies working with PostgreSQL by providing commonly used SQL commands through a graphical interface.\n\n### View Backends\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./src/images/screen_shots/projects.png\"\u003e\n\u003c/p\u003e\n\n### View Table\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./src/images/screen_shots/tableEditor.png\"\u003e\n\u003c/p\u003e\n\n### Create Table\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./src/images/screen_shots/newTable.png\"\u003e\n\u003c/p\u003e\n\n### Foreign Keys\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./src/images/screen_shots/foreignKey.png\"\u003e\n\u003c/p\u003e\n\n### Insert Row\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./src/images/screen_shots/addRow.png\"\u003e\n\u003c/p\u003e\n\n### Update Row\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./src/images/screen_shots/editRow.png\"\u003e\n\u003c/p\u003e\n\n### Delete Table\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./src/images/screen_shots/deleteTable.png\"\u003e\n\u003c/p\u003e\n\n### Delete Row\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./src/images/screen_shots/deleteRow.png\"\u003e\n\u003c/p\u003e\n\n### Delete Column\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./src/images/screen_shots/deleteColumn.png\"\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinker-base%2Ftinker-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinker-base%2Ftinker-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinker-base%2Ftinker-dashboard/lists"}