https://github.com/tinker-base/tinker-dashboard
A table editor to visualize and modify Tinker backend databases
https://github.com/tinker-base/tinker-dashboard
aws baas postgresql postgrest tinker
Last synced: 14 days ago
JSON representation
A table editor to visualize and modify Tinker backend databases
- Host: GitHub
- URL: https://github.com/tinker-base/tinker-dashboard
- Owner: tinker-base
- License: mit
- Created: 2023-07-18T17:34:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T01:54:40.000Z (almost 3 years ago)
- Last Synced: 2023-08-09T03:32:46.500Z (almost 3 years ago)
- Topics: aws, baas, postgresql, postgrest, tinker
- Language: JavaScript
- Homepage:
- Size: 1.93 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tinker
> Tinker automates the creation of backends for your web applications.
- [Overview](#overview)
- [Dashboard](#dashboard)
- [Usage](#usage)
## Overview
Tinker 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.
Create 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.
## Dashboard
The 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.
## Usage
The dashboard simplifies working with PostgreSQL by providing commonly used SQL commands through a graphical interface.
### View Backends
### View Table
### Create Table
### Foreign Keys
### Insert Row
### Update Row
### Delete Table
### Delete Row
### Delete Column