0xflotus / supa-sql-app

Home Page:https://supasqlapp.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supa Sql App

Turn your words into sql.

Overview

Supa sql app is service to assist people with writing their sql queries. Sometimes you know in your mind what your queries should do but you don't know quite exactly how to write out the query itself. Supa sql app helps by allowing you to describe your tables in plain human langauge and outputs the generated sql query as per your instructions.

While the main purpose of this project is to showcase as part of the Supabase hackaton, I hope that some people may find it useful while writing basic and complex queries.

Features

  • Login/Logout with your GitHub account
  • Translate human language (details about your tables and query instructions) to valid sql queries.
  • Manage your generated sql history

Live demo

https://supasqlapp.vercel.app/

Team

I was to only person to work on this project. You can find me on Twitter.

Supabase usage

The supase services I used:

  • Authentication
  • Database

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

https://supasqlapp.vercel.app/


Languages

Language:TypeScript 79.7%Language:CSS 18.6%Language:JavaScript 1.6%