An open API service indexing awesome lists of open source software.

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

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